Version history for TryCatch perl module:
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