diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2001-12-19 14:26:19 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2001-12-19 14:26:19 +0000 |
commit | 91f8efdede509f8decb595b5c98b0b1742cc9bce (patch) | |
tree | 90b3e914d4dd79c6ba2a6e1afdb7d160c5bbba76 /lang/Makefile | |
parent | d7e5af9aa2fb6d986ec670576f9df595ceaa27d2 (diff) |
Add p5-Scalar-List-Utils, a collection of Perl subroutines that would be
nice to have in the perl core.
Notes
Notes:
svn path=/head/; revision=51840
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index c43a7181d872..b6f26024923b 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -111,6 +111,7 @@ SUBDIR += p5-Error SUBDIR += p5-Expect SUBDIR += p5-F77 + SUBDIR += p5-Scalar-List-Utils SUBDIR += p5-Switch SUBDIR += p5-Tcl SUBDIR += p5-ePerl |