diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-14 23:18:15 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-14 23:18:15 +0000 |
commit | 43d985bbf8322fae418b91a5f4ae91c64b3b54d2 (patch) | |
tree | fc5d8c9e505615beacfb82c4749cd01e6529b5a3 /devel/Makefile | |
parent | 8efdb7c230940638560b33d867452c542b69b914 (diff) | |
download | ports-43d985bbf8322fae418b91a5f4ae91c64b3b54d2.tar.gz ports-43d985bbf8322fae418b91a5f4ae91c64b3b54d2.zip |
Simplified Perl5 module to handle I/O on in-core strings
PR: ports/25766
Submitted by: Johann Visagie <johann@egenetics.com>
Notes
Notes:
svn path=/head/; revision=39865
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index da36447461f6..2ba86b34b158 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -268,6 +268,7 @@ SUBDIR += p5-Filter SUBDIR += p5-FreezeThaw SUBDIR += p5-IO + SUBDIR += p5-IO-String SUBDIR += p5-IO-Stty SUBDIR += p5-IO-Tty SUBDIR += p5-IO-stringy |