aboutsummaryrefslogtreecommitdiff
path: root/lang/p5-TryCatch
Commit message (Collapse)AuthorAgeFilesLines
* - Add LICENSESunpoet Po-Chuan Hsieh2011-07-242-11/+29
| | | | | | | | | | | | - Add OPTIONS: AUTHOR - Fix *_DEPENDS - Bump PORTREVISION for dependency change PR: ports/159015 Submitted by: milki <milki@rescomp.berkeley.edu> (maintainer) Notes: svn path=/head/; revision=278222
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.Andrej Zverev2011-06-201-1/+1
| | | | | | | | | See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum Notes: svn path=/head/; revision=275886
* - Update to 1.003000Sunpoet Po-Chuan Hsieh2011-02-102-7/+6
| | | | | | | | | | | - 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) Notes: svn path=/head/; revision=268868
* - This module aims to provide a nicer syntax and method to catch errors inSylvio Cesar Teixeira2010-04-254-0/+54
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> Notes: svn path=/head/; revision=253190