pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel Enable p5-Exception-Class.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d15b51e63352
branches:  trunk
changeset: 460453:d15b51e63352
user:      he <he%pkgsrc.org@localhost>
date:      Sat Aug 30 19:00:44 2003 +0000

description:
Enable p5-Exception-Class.

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.

diffstat:

 devel/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r b9551a6bc8c6 -r d15b51e63352 devel/Makefile
--- a/devel/Makefile    Sat Aug 30 19:00:03 2003 +0000
+++ b/devel/Makefile    Sat Aug 30 19:00:44 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.416 2003/08/30 18:59:07 he Exp $
+# $NetBSD: Makefile,v 1.417 2003/08/30 19:00:44 he Exp $
 #
 
 COMMENT=       Development utilities
@@ -254,6 +254,7 @@
 SUBDIR+=       p5-Devel-Symdump
 SUBDIR+=       p5-Error
 SUBDIR+=       p5-Event
+SUBDIR+=       p5-Exception-Class
 SUBDIR+=       p5-Expect
 SUBDIR+=       p5-ExtUtils-F77
 SUBDIR+=       p5-File-FlockDir



Home | Main Index | Thread Index | Old Index