[Bug 698264] New: Review Request: perl-TryCatch - First class try catch semantics for Perl, without source filters

bugzilla at redhat.com bugzilla at redhat.com
Wed Apr 20 14:27:34 UTC 2011


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Review Request: perl-TryCatch - First class try catch semantics for Perl, without source filters

https://bugzilla.redhat.com/show_bug.cgi?id=698264

           Summary: Review Request: perl-TryCatch - First class try catch
                    semantics for Perl, without source filters
           Product: Fedora
           Version: rawhide
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: unspecified
          Priority: unspecified
         Component: Package Review
        AssignedTo: nobody at fedoraproject.org
        ReportedBy: mmaslano at redhat.com
         QAContact: extras-qa at fedoraproject.org
                CC: notting at redhat.com, fedora-package-review at redhat.com
   Estimated Hours: 0.0
    Classification: Fedora
      Story Points: ---


SPEC: http://mmaslano.fedorapeople.org/review/perl-TryCatch.spec
SRPM:
http://mmaslano.fedorapeople.org/review/perl-TryCatch-1.003000-1.fc14.src.rpm
Description:
This module aims to provide a nicer syntax and method to catch errors in Perl,
similar to what is found in other languages (such as Java, Python or C++). The
standard method of using eval {}; if ($@) {} is often prone to subtle bugs,
primarily that its far too easy to stomp on the error in error handlers. And
also eval/if isn't the nicest idiom.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list