summaryrefslogtreecommitdiffstats
path: root/perl/perl-Exception-Class/README
diff options
context:
space:
mode:
author LEVAI Daniel2013-03-12 02:13:22 +0100
committer dsomero2013-03-22 12:16:43 +0100
commit2f411486ab4113a6e8baa9f66f3bb64710062857 (patch)
tree2d7b9b7f9567aac5a2a9e4e150b8c2831922c3a5 /perl/perl-Exception-Class/README
parent7447b4a14038cb65dc2e07e9e3e37fc95c5d87bf (diff)
downloadslackbuilds-2f411486ab4113a6e8baa9f66f3bb64710062857.tar.gz
perl/perl-Exception-Class: Added (declare real exception classes)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'perl/perl-Exception-Class/README')
-rw-r--r--perl/perl-Exception-Class/README6
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.