- Tue Apr 1 13:31:28 EDT 2008 Fix bug in t/20-exception.t. Now correctly handles sub bar :ForceEval(Handle::Error->baah) which will dispatch $? via the specified method. Add use 5.006 to Makefile.PL to avoid 5.005 test failures. - Tue Nov 20 16:44:17 EST 2007 Handle void context explicitly in calling the wrapped sub. - Fri Jan 26 13:59:52 EST 2007 Take out "wrapping" message. - Thu Jan 25 13:36:53 EST 2007 POD Push 'can' check for handler to runtime to avoid extraneous warnings due to module loading order. - Wed Jan 24 17:05:56 EST 2007 use "Class->method" or "Package::name" to allow non-OO calls for handling $@. - Fri Dec 1 15:04:24 EST 2006 Remove leftover $DB::single = 1; POD - Fri Nov 17 17:12:05 EST 2006 Handle AUTOLOAD's. This requires exporting a single $AUTOLOAD from the wrapping package into the wrapped one so that $AUTOLOAD is available in the wrapper. see also t/30*.t. - Thu Oct 26 18:30:45 EDT 2006 Add test for exception wrappers. - Tue Oct 24 16:16:41 EDT 2006 Check $@->isa( constructor's package ) to avoid wasted constructor calls. - Mon Oct 23 11:16:51 EDT 2006 POD, no code changes. - Thu Oct 19 00:41:33 EDT 2006 Add method argument to use or attribute handler as a way to automatically bless $@ for OO exception handling. - Tue Sep 5 14:09:24 EDT 2006 Initial release