slackbuilds/perl/perl-Exception-Class
LEVAI Daniel 91a3446c41 perl/perl-Exception-Class: Updated for version 1.39.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-11-08 06:30:02 +07:00
..
README perl/perl-Exception-Class: Added (declare real exception classes) 2013-03-22 07:16:43 -04:00
perl-Exception-Class.SlackBuild perl/perl-Exception-Class: Updated for version 1.39. 2014-11-08 06:30:02 +07:00
perl-Exception-Class.info perl/perl-Exception-Class: Updated for version 1.39. 2014-11-08 06:30:02 +07:00
slack-desc perl/perl-Exception-Class: Updated for version 1.39. 2014-11-08 06:30:02 +07:00

README

perl-Exception-Class (allows you to declare real exception classes)
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.