Version history for TryCatch perl module: 1.001001_99 - 2009/08/17 - Fix a few bugs with nested try statements (return and errors not falling through as expected) - Fix wantarray context of try blocks. 1.001001 - 2009/05/16 - Fix bug with nested try+die (Reported by Possum) As a result of this $@ will not have the value of the exception visible - Fix compile issues on 5.8.6 by using ppport.h 1.001000 - 2009/04/26 - 01:01 - Fix bug where catch block would get run sometimes when it shouldn't - Better error reporting - Make try 'less reserved' (i.e. so { try => 'foo' } works) - Internal refactoring to use Devel::Declare better - Switch to using XSLoader from DynaLoader - Remove (now redundant) TryCatch::Exception - Make things run about 200x faster. 1.000003 - 2009/03/21 - 10:37 - Makefile.PL tweaks 1.000002 - 2009/03/16 - 21:57 - Update to more modern Parse::Method::Signatures 1.000001 - 2009/02/14 - 22:16 - Attempt to improve installability with old CPAN toolchains 1.000000 - 2009/02/07 18:00 - Initial release