diff options
Diffstat (limited to 'perl/perl-Exception-Class/README')
-rw-r--r-- | perl/perl-Exception-Class/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/perl/perl-Exception-Class/README b/perl/perl-Exception-Class/README new file mode 100644 index 0000000000..4f56950319 --- /dev/null +++ b/perl/perl-Exception-Class/README @@ -0,0 +1,6 @@ +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. |