diff options
author | wiz <wiz> | 2002-03-07 12:20:20 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-03-07 12:20:20 +0000 |
commit | 0842f75c00886f8a5e2b09ba44ce3b74a9d31aed (patch) | |
tree | 953665d44d0e18826870a981273c4d53b90f4c30 /devel/Makefile | |
parent | 8f4657945b14062057c973baf3f720dfb5bea444 (diff) | |
download | pkgsrc-0842f75c00886f8a5e2b09ba44ce3b74a9d31aed.tar.gz |
Add p5-Error and p5-Test-Unit (hi curt!).
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index b280200e7a4..df17c7a63db 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.267 2002/03/01 02:34:51 abs Exp $ +# $NetBSD: Makefile,v 1.268 2002/03/07 12:20:20 wiz Exp $ # COMMENT= Development utilities @@ -163,6 +163,7 @@ SUBDIR+= p5-Date-Calc SUBDIR+= p5-Date-Manip SUBDIR+= p5-Devel-SmallProf SUBDIR+= p5-Devel-Symdump +SUBDIR+= p5-Error SUBDIR+= p5-Event SUBDIR+= p5-Expect SUBDIR+= p5-ExtUtils-F77 @@ -190,6 +191,7 @@ SUBDIR+= p5-Term-ReadLine SUBDIR+= p5-Test-Cmd SUBDIR+= p5-Test-Harness SUBDIR+= p5-Test-Simple +SUBDIR+= p5-Test-Unit SUBDIR+= p5-Tie-IxHash SUBDIR+= p5-Time-HiRes SUBDIR+= p5-TimeDate |