Changes for version 1.42
- Generated exception classes are now added to %INC. If you subclass a generated class with "use base" then base.pm will no longer attempt to load the requested class. Patch by Todd Rinaldo. PR #8.
Modules
- Exception::Class - A module that allows you to declare real exception classes in Perl
- Exception::Class::Base - A base class for exception objects