Bug#626702: ITP: libtrycatch-perl -- first class try catch semantics for Perl

Jonas Smedegaard dr at jones.dk
Sat May 14 13:01:47 UTC 2011


Package: wnpp
Severity: wishlist
Owner: Jonas Smedegaard <dr at jones.dk>

* Package name    : libtrycatch-perl
  Version         : 1.003000
  Upstream Author : Ash Berlin <ash at cpan.org>
* URL             : http://search.cpan.org/dist/TryCatch/
* License         : Artistic or GPL-1+
  Programming Lang: Perl
  Description     : first class try catch semantics for Perl

 TryCatch 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.





More information about the pkg-perl-maintainers mailing list