slackbuilds_ponce/perl/perl-Exception-Class/slack-desc
LEVAI Daniel 2f411486ab perl/perl-Exception-Class: Added (declare real exception classes)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-03-22 07:16:43 -04:00

19 lines
1.1 KiB
Text

# 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: