diff options
author | he <he@pkgsrc.org> | 2003-08-30 19:00:44 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2003-08-30 19:00:44 +0000 |
commit | 99a3c3e91fdb4460b9b1721002c755ec8c866729 (patch) | |
tree | 468cb77dd5d96a1a28545077c65c9d4dc20b8687 /devel/Makefile | |
parent | 0a1855c74d67cdc10a08d74a1fc204976cd15786 (diff) | |
download | pkgsrc-99a3c3e91fdb4460b9b1721002c755ec8c866729.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/Makefile')
-rw-r--r-- | devel/Makefile | 3 |
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 |