The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl module Exception::Class::TryCatch

1.07 Fri Jun 10 11:30:02 EDT 2005
    - reduced Test::More required version to 0.47

1.06 Wed Jun  8 12:02:24 EDT 2005
    - removed pod/coverage tests to minimize dependencies for Activestate

1.05 Tue Jun  7 17:34:32 EDT 2005
    - updated Build.PL to include build dependencies

1.04 Mon May 16 23:20:23 EDT 2005
    - changed Module::Build makefile support to 'traditional' (Perrin)

1.03 Sat Apr 23 09:03:00 EDT 2005
    - catch rethrows if optional list of class types isn't matched
    - added support for both one- and two-arguments forms of catch

1.02 Wed Mar  9 06:47:58 EST 2005
    - added pod and pod coverage tests

1.01 Mon Jan 24 22:51:43 EST 2005
    - changed "try" to return whatever eval returns
    - try in list context dereferences an array_ref allowing eval to
      be called in list context by wrapping in an anonymous array
    - updated build configuration
    
1.00 Wed Dec  8 16:28:37 EST 2004
    - renamed to Exception::Class::TryCatch (on advice of Dave Rolsky)
    - minor pod edits
    
0.10 Thu Sep  9 10:20:51 EDT 2004
    - initial public release as Exception::Class::Sugar

0.01 Fri Sep  3 00:09:17 2004
	- original version; created by ExtUtils::ModuleMaker::TT