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@xxxxxxxxxxxxxxxxx ReportedBy: mmaslano@xxxxxxxxxx QAContact: extras-qa@xxxxxxxxxxxxxxxxx CC: notting@xxxxxxxxxx, fedora-package-review@xxxxxxxxxx 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. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review