summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2003-08-30 19:00:44 +0000
committerhe <he@pkgsrc.org>2003-08-30 19:00:44 +0000
commitf88527b03affe468af9c60dce10870006084d470 (patch)
tree468cb77dd5d96a1a28545077c65c9d4dc20b8687 /devel
parentba694dd3464a5cd5f4cf31d76bfaf9c56c5b5d8a (diff)
downloadpkgsrc-f88527b03affe468af9c60dce10870006084d470.tar.gz
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 (limited to 'devel')
-rw-r--r--devel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 51576dd2c1b..b3629d5f4e5 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -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-StackTrace
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