diff options
author | abs <abs@pkgsrc.org> | 2002-03-01 02:34:51 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2002-03-01 02:34:51 +0000 |
commit | f0f261bf586e4a7cc520a3cae17a6f4986eb8d3a (patch) | |
tree | bf8bbf6696f6efb2f0c9fe27f711f21a009066a0 | |
parent | cb68fb0b5d941cb3f0211ef5327fb54ddf96f8ac (diff) | |
download | pkgsrc-f0f261bf586e4a7cc520a3cae17a6f4986eb8d3a.tar.gz |
Added p5-Class-ObjectTemplate-0.4
Class::ObjectTemplate is a utility class to assist in the
building of other Object Oriented Perl classes.
It was described in detail in the O\'Reilly book,
"Advanced Perl Programming" by Sriram Srinivasam.
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 88a555dc055..b280200e7a4 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.266 2002/02/07 19:09:36 jonb Exp $ +# $NetBSD: Makefile,v 1.267 2002/03/01 02:34:51 abs Exp $ # COMMENT= Development utilities @@ -153,6 +153,7 @@ SUBDIR+= p5-Attribute-Handlers SUBDIR+= p5-BSD-Resource SUBDIR+= p5-Bit-Vector SUBDIR+= p5-Class-Loader +SUBDIR+= p5-Class-ObjectTemplate SUBDIR+= p5-Compress-Zlib SUBDIR+= p5-Config-IniFiles SUBDIR+= p5-Curses |