Commit graph

4 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
63d822bea4 - Add LICENSE
- Add OPTIONS: AUTHOR
- Fix *_DEPENDS
- Bump PORTREVISION for dependency change

PR:		ports/159015
Submitted by:	milki <milki@rescomp.berkeley.edu> (maintainer)
2011-07-24 03:33:36 +00:00
Andrej Zverev
dec946ad51 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
2011-06-20 08:37:15 +00:00
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