Revision history for Exception::SEH. 0.01 2009-05-28 - initial release 0.0101 2009-05-28 - removed code left from debugging 0.0102 2009-05-31 - updated documentation - propagade @_ to catch and finally 0.0103 2009-06-08 - sometimes wrong options could be picked when multiply packages were defined in the same file 0.0104 2009-06-08 - forgot to update Changes 0.0105 2009-06-20 - fixed compilation issues for threaded perls - added META.yml 0.0106 2009-08-30 - fix possible coredump for 5.8.8 with usemymalloc=no - private release 0.02 2009-11-14 - rewritten parser for catch/finally - parser does not call exit() any more - parser error handling differs from 0.01, now all parse errors are printed to STDERR and follows some perl message this also affect string evals - sometime they get only perl message and sometime a correct one - speedup of many-catches code - more effort is taken to catch errors inside 'catch' correctly