1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
Version history for TryCatch perl module:
1.003000 - 2010/10/13
- Fix issues with perl 5.12 (finally!)
1.002000 - 2009/09/13
- Fallback to treating str TCs as class names
1.001001_999 - 2009/09/09
- Fix for issue with return/unwind when sub is called as a method (vpit)
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
|