summaryrefslogtreecommitdiffstats
path: root/perl/perl-Exception-Class/slack-desc
diff options
context:
space:
mode:
author LEVAI Daniel <leva@ecentrum.hu>2013-03-11 21:13:22 -0400
committer dsomero <xgizzmo@slackbuilds.org>2013-03-22 07:16:43 -0400
commit2f411486ab4113a6e8baa9f66f3bb64710062857 (patch)
tree2d7b9b7f9567aac5a2a9e4e150b8c2831922c3a5 /perl/perl-Exception-Class/slack-desc
parent7447b4a14038cb65dc2e07e9e3e37fc95c5d87bf (diff)
downloadslackbuilds-2f411486ab4113a6e8baa9f66f3bb64710062857.tar.gz
slackbuilds-2f411486ab4113a6e8baa9f66f3bb64710062857.tar.xz
perl/perl-Exception-Class: Added (declare real exception classes)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'perl/perl-Exception-Class/slack-desc')
-rw-r--r--perl/perl-Exception-Class/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/perl/perl-Exception-Class/slack-desc b/perl/perl-Exception-Class/slack-desc
new file mode 100644
index 0000000000..5ffd5e9037
--- /dev/null
+++ b/perl/perl-Exception-Class/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+perl-Exception-Class: perl-Exception-Class (allows you to declare real exception classes)
+perl-Exception-Class:
+perl-Exception-Class: Exception::Class allows you to declare exception hierarchies in your
+perl-Exception-Class: modules in a "Java-esque" manner. It features a simple interface
+perl-Exception-Class: allowing programmers to 'declare' exception classes at compile time.
+perl-Exception-Class: It also has a base exception class, Exception::Class::Base, that can
+perl-Exception-Class: be easily extended.
+perl-Exception-Class:
+perl-Exception-Class:
+perl-Exception-Class:
+perl-Exception-Class: