cvs commit: ports/lang Makefile ports/lang/p5-TryCatch Makefile
distinfo pkg-descr pkg-plist
Sylvio Cesar Teixeira
sylvio at FreeBSD.org
Sun Apr 25 00:00:14 UTC 2010
sylvio 2010-04-25 00:00:11 UTC
FreeBSD ports repository
Modified files:
lang Makefile
Added files:
lang/p5-TryCatch Makefile distinfo pkg-descr pkg-plist
Log:
- 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 tis far too easy to stomp on the error in
error handlers. And also eval/if isn't the nicest idiom.
WWW: http://search.cpan.org/dist/TryCatch
PR: ports/145951
Submitted by: Jonathan Chu <milki at rescomp.berkeley.edu>
Revision Changes Path
1.681 +1 -0 ports/lang/Makefile
1.1 +37 -0 ports/lang/p5-TryCatch/Makefile (new)
1.1 +3 -0 ports/lang/p5-TryCatch/distinfo (new)
1.1 +7 -0 ports/lang/p5-TryCatch/pkg-descr (new)
1.1 +7 -0 ports/lang/p5-TryCatch/pkg-plist (new)
More information about the cvs-ports
mailing list