Commit graph

2 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
100d7ca3ff - Update to 1.003000
- Move test dependencies to TEST_DEPENDS

Changes:	http://search.cpan.org/dist/TryCatch/Changes
PR:		ports/154637
Submitted by:	milki <milki@rescomp.berkeley.edu> (maintainer)
2011-02-10 12:02:27 +00:00
Sylvio Cesar Teixeira
d7aa7c3c08 - 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@rescomp.berkeley.edu>
2010-04-25 00:00:11 +00:00