From 99a3c3e91fdb4460b9b1721002c755ec8c866729 Mon Sep 17 00:00:00 2001 From: he Date: Sat, 30 Aug 2003 19:00:44 +0000 Subject: 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. --- devel/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3