A Module That Allows You to Declare Real Exception Classes in Perl

Edit Package perl-Exception-Class
http://search.cpan.org/dist/Exception-Class

Exception::Class allows you to declare exception hierarchies in your modules in
a "Java-esque" manner.

It features a simple interface allowing programmers to 'declare' exception
classes at compile time. It also has a base exception class,
Exception::Class::Base, that can be easily extended.

It is designed to make structured exception handling simpler and better by
encouraging people to use hierarchies of exceptions in their applications,
as opposed to a single catch-all exception class.

This module does not implement any try/catch syntax. Please see the
"OTHER EXCEPTION MODULES (try/catch syntax)" section for more information on
how to get this syntax.

You will also want to look at the documentation for Exception::Class::Base,
which is the default base class for all exception objects created
by this module.

Author: Dave Rolsky

Refresh
Refresh
Source Files
Filename Size Changed
Exception-Class-1.37.tar.gz 0000026457 25.8 KB
perl-Exception-Class.changes 0000003906 3.81 KB
perl-Exception-Class.spec 0000003099 3.03 KB
Revision 22 (latest revision is 38)
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 22)
- update to 1.37:
  + I now recommend you use Throwable instead of this module. 
    It has a nicer, more modern interface.
  + Fixed various bugs and confusion in the docs.
  + fixed some tests
  + added Class::Data::Inheritable dependency
  + fixed declaration of prereqs
- fix build with old Test::More version
- build parallel
Comments 0
openSUSE Build Service is sponsored by