diff options
author | mjl <mjl@pkgsrc.org> | 2001-05-22 16:56:35 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2001-05-22 16:56:35 +0000 |
commit | 0c7897ab342414d1f7be68462da74bb01acc6613 (patch) | |
tree | daaaa4df445e83abe073d0048c8323be33868659 | |
parent | d0f052656a7b3cdf8079cff4bfdca967608575e6 (diff) | |
download | pkgsrc-0c7897ab342414d1f7be68462da74bb01acc6613.tar.gz |
Enable p5-Params-Validate
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index d183d3e91d2..392b4b278f0 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.209 2001/05/17 01:19:17 jtb Exp $ +# $NetBSD: Makefile,v 1.210 2001/05/22 16:56:35 mjl Exp $ # COMMENT= Development utilities @@ -148,6 +148,7 @@ SUBDIR+= p5-Log-Dispatch SUBDIR+= p5-Make SUBDIR+= p5-Memoize SUBDIR+= p5-PV +SUBDIR+= p5-Params-Validate SUBDIR+= p5-Parse-Yapp SUBDIR+= p5-Safe-Hole SUBDIR+= p5-Storable |