head	1.2;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2011.07.24.03.33.36;	author sunpoet;	state Exp;
branches;
next	1.1;

1.1
date	2010.04.25.00.00.11;	author sylvio;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Add LICENSE
- Add OPTIONS: AUTHOR
- Fix *_DEPENDS
- Bump PORTREVISION for dependency change

PR:		ports/159015
Submitted by:	milki <milki@@rescomp.berkeley.edu> (maintainer)
@
text
@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 its 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/
@


1.1
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@@rescomp.berkeley.edu>
@
text
@d7 1
a7 1
WWW: http://search.cpan.org/dist/TryCatch
@

