summaryrefslogtreecommitdiff
path: root/devel/p5-Exception-Class
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2003-08-30 19:00:01 +0000
committerhe <he@pkgsrc.org>2003-08-30 19:00:01 +0000
commitdd07d64e09d8aafd3f51f584717e7a5e7f1f6239 (patch)
tree68495d0673f29dd88c735ad313f9923c85724245 /devel/p5-Exception-Class
parent569550bf9b40c59b39fadbb964f9945d88fefd7c (diff)
downloadpkgsrc-dd07d64e09d8aafd3f51f584717e7a5e7f1f6239.tar.gz
Import p5-Exception-Class version 1.14.
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/p5-Exception-Class')
-rw-r--r--devel/p5-Exception-Class/DESCR8
-rw-r--r--devel/p5-Exception-Class/Makefile20
-rw-r--r--devel/p5-Exception-Class/PLIST1
-rw-r--r--devel/p5-Exception-Class/distinfo4
4 files changed, 33 insertions, 0 deletions
diff --git a/devel/p5-Exception-Class/DESCR b/devel/p5-Exception-Class/DESCR
new file mode 100644
index 00000000000..ec838e3ed86
--- /dev/null
+++ b/devel/p5-Exception-Class/DESCR
@@ -0,0 +1,8 @@
+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.
diff --git a/devel/p5-Exception-Class/Makefile b/devel/p5-Exception-Class/Makefile
new file mode 100644
index 00000000000..7e60027920b
--- /dev/null
+++ b/devel/p5-Exception-Class/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/08/30 19:00:01 he Exp $
+
+DISTNAME= Exception-Class-1.14
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5exc
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Exception/}
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://search.cpan.org/author/DROLSKY/Exception-Class-1.14/
+COMMENT= Perl5 module implementing real exception classes
+
+DEPENDS+= p5-Class-Data-Inheritable>=0.02:../../devel/p5-Class-Data-Inheritable
+DEPENDS+= p5-Devel-StackTrace>=1.03:../../devel/p5-Devel-StackTrace
+
+USE_BUILDLINK_ONLY= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Exception/Class/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/p5-Exception-Class/PLIST b/devel/p5-Exception-Class/PLIST
new file mode 100644
index 00000000000..07b504d13d0
--- /dev/null
+++ b/devel/p5-Exception-Class/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/08/30 19:00:01 he Exp $
diff --git a/devel/p5-Exception-Class/distinfo b/devel/p5-Exception-Class/distinfo
new file mode 100644
index 00000000000..3fd3fb74698
--- /dev/null
+++ b/devel/p5-Exception-Class/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/08/30 19:00:01 he Exp $
+
+SHA1 (Exception-Class-1.14.tar.gz) = 41249fe296c8506b3405665fae3fd746a99b2346
+Size (Exception-Class-1.14.tar.gz) = 12519 bytes