head	1.1;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	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.1
date	2010.04.25.00.00.11;	author sylvio;	state Exp;
branches;
next	;


desc
@@


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
@%%SITE_PERL%%/%%PERL_ARCH%%/TryCatch.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/TryCatch/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/auto/TryCatch/TryCatch.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/TryCatch/TryCatch.so
%%SITE_PERL%%/%%PERL_ARCH%%/bench.pl
%%SITE_PERL%%/%%PERL_ARCH%%/bench_ok.pl
@@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/TryCatch
@
