You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
LEVAI Daniel 91a3446c41 perl/perl-Exception-Class: Updated for version 1.39. 11 years ago
..
README perl/perl-Exception-Class: Added (declare real exception classes) 13 years ago
perl-Exception-Class.SlackBuild perl/perl-Exception-Class: Updated for version 1.39. 11 years ago
perl-Exception-Class.info perl/perl-Exception-Class: Updated for version 1.39. 11 years ago
slack-desc perl/perl-Exception-Class: Updated for version 1.39. 11 years ago

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.