diff options
author | he <he@pkgsrc.org> | 2003-08-30 18:57:32 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2003-08-30 18:57:32 +0000 |
commit | 1a9089286bb92f114d2af93088f79da2eeeaf048 (patch) | |
tree | cca547302f63ccb7fb8d2e97595f05f69ce421aa /devel | |
parent | e4940de598aba9b12a318f28ca75f391189f849e (diff) | |
download | pkgsrc-1a9089286bb92f114d2af93088f79da2eeeaf048.tar.gz |
Enable p5-Class-Container.
This class facilitates building frameworks of several classes that
inter-operate. It was first designed and built for "HTML::Mason", in which
the Compiler, Lexer, Interpreter, Resolver, Component, Buffer, and several
other objects must create each other transparently, passing the appropriate
parameters to the right class, possibly substituting other subclasses for
any of these objects.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 91a65e24b17..db35f674288 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.414 2003/08/30 18:55:40 he Exp $ +# $NetBSD: Makefile,v 1.415 2003/08/30 18:57:32 he Exp $ # COMMENT= Development utilities @@ -235,6 +235,7 @@ SUBDIR+= p5-AtExit SUBDIR+= p5-Attribute-Handlers SUBDIR+= p5-BSD-Resource SUBDIR+= p5-Bit-Vector +SUBDIR+= p5-Class-Container SUBDIR+= p5-Class-Loader SUBDIR+= p5-Class-ObjectTemplate SUBDIR+= p5-Class-ReturnValue |