diff options
author | mjl <mjl@pkgsrc.org> | 2003-01-02 15:28:00 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2003-01-02 15:28:00 +0000 |
commit | e823a2755ae6ef116a0089c6a844509ba81da998 (patch) | |
tree | 2e5fb67c9dd360e9a18b60d61a7505faaa533e1a | |
parent | 86d8c810dabd7f543202eab273faf2e0414478d9 (diff) | |
download | pkgsrc-e823a2755ae6ef116a0089c6a844509ba81da998.tar.gz |
Enable p5-Class-ReturnValue p5-Devel-StackTrace p5-Test-Inline
-rw-r--r-- | devel/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 0dbae214895..48e5e165238 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.365 2003/01/02 04:45:49 explorer Exp $ +# $NetBSD: Makefile,v 1.366 2003/01/02 15:28:00 mjl Exp $ # COMMENT= Development utilities @@ -212,6 +212,7 @@ SUBDIR+= p5-Attribute-Handlers SUBDIR+= p5-BSD-Resource SUBDIR+= p5-Bit-Vector SUBDIR+= p5-Class-Loader +SUBDIR+= p5-Class-ReturnValue SUBDIR+= p5-Class-ObjectTemplate SUBDIR+= p5-Compress-Zlib SUBDIR+= p5-Config-IniFiles @@ -221,6 +222,7 @@ SUBDIR+= p5-Data-ShowTable SUBDIR+= p5-Date-Calc SUBDIR+= p5-Date-Manip SUBDIR+= p5-Devel-SmallProf +SUBDIR+= p5-Devel-StackTrace SUBDIR+= p5-Devel-Symdump SUBDIR+= p5-Error SUBDIR+= p5-Event @@ -262,6 +264,7 @@ SUBDIR+= p5-Term-ReadKey SUBDIR+= p5-Term-ReadLine SUBDIR+= p5-Test-Cmd SUBDIR+= p5-Test-Harness +SUBDIR+= p5-Test-Inline SUBDIR+= p5-Test-Simple SUBDIR+= p5-Test-Unit SUBDIR+= p5-Tie-IxHash |