slackbuilds_ponce/perl/perl-Exception-Class/slack-desc
LEVAI Daniel 91a3446c41 perl/perl-Exception-Class: Updated for version 1.39.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2014-11-08 06:30:02 +07: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: Homepage: https://metacpan.org/pod/Exception::Class
perl-Exception-Class: