- 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