summaryrefslogtreecommitdiff
path: root/devel/p5-Exception-Class
AgeCommit message (Collapse)AuthorFilesLines
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-05Update p5-Exception-Class from version 1.14 to 1.19.he2-6/+7
Add DEPENDS on p5-Test-Simple, and update p5-Devel-StackTrace dependency. Change log: 1.19 Mar 10, 2004 - Identical to 1.18 except that it requires Devel::StackTrace 1.10, which fixes a failure in this package's test when run with Perl 5.6.1. Reported by Jesse Erlbaum. 1.18 Feb 21, 2004 - Added RespectOverload class method, which can be used to control the respect_overload parameter for Devel::StackTrace objects. 1.17 Feb 20, 2004 - Document that new() is always called to create an Exception::Class::Base object. Suggested by Steve Hay. - Fix a test that failed with Devel::StackTrace 1.05. Basically, the test expected output from Devel::StackTrace that reflected a bug that was fixed in 1.05. Reported by Jesse Vincent. 1.16 Sep 25, 2003 - David Wheeler's patch exposed a bug in Devel::StackTrace which could cause exceptions to not have any value set for package, file, or line. This is fixed by depending on Devel::StackTrace 1.04. This release is otherwise identical to 1.15. Reported by Steve Hay. 1.15 Sep 17, 2003 - Exceptions thrown from an alias subroutine always had "Exception::Class" as their package name. Patch by David Wheeler.
2004-04-27Convert to buildlink3.snj1-2/+2
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.