summaryrefslogtreecommitdiff
path: root/devel/p5-Exception-Class
AgeCommit message (Collapse)AuthorFilesLines
2004-01-10Set MAINTAINER to "tech-pkg" instead of "packages".kristerw1-2/+2
2003-12-24s/@netbsd.org/@NetBSD.org/ in MAINTAINER.jmmv1-2/+2
2003-10-11Set USE_BUILDLINK2=YES so that ${PERL5_SITEARCH} will be set (for packlist).kim1-1/+2
2003-08-30Import p5-Exception-Class version 1.14.he4-0/+33
This module allows you to declare hierarchies of exception classes for use in your code. It also provides a simple exception class that it uses as the default base class for all other exceptions. You may choose to use another base class for your exceptions. Regardless, the ability to declare all your exceptions at compile time is a fairly useful trick and helps push people towards more structured use of exceptions.