Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > media > contrib > by-pkgid > 804d4165a6c227d83d78e650baaf8195 > files > 5

perl-Exception-Class-1.01-3mdk.noarch.rpm

This module allows you to declare hierarchies of exception classes for
use in your code.  It also provides a simple exception class that it
uses as the default base class for all other exceptions.

You may choose to use another base class for your exceptions.
Regardless, the ability to declare all your exceptions at compile time
is a fairly useful trick and helps push people towards more structured
use of exceptions.

NOTE: This module requires Perl 5.005 or greater.

BUGS

** Perl5.6.0 and stack traces

Under Perl 5.6.0, there may be problems with stack traces.  I have
made the test suite pass under 5.6.0 because most of the module's
functionality works under 5.6.0.  Please don't email me asking why
your stack traces are screwed up, though.  Upgrade Perl or deal with
it.