summaryrefslogtreecommitdiff
path: root/devel/p5-IO-String/DESCR
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2002-07-30 02:02:50 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2002-07-30 02:02:50 +0000
commit370132476cec943ca00859e8ec322ced4cbc6816 (patch)
tree5e3dba1b5fc680f85b684b1a6bb0b03b325aefd5 /devel/p5-IO-String/DESCR
parent593e54443f6328a68de7f00d70360eda2f9fea37 (diff)
downloadpkgsrc-370132476cec943ca00859e8ec322ced4cbc6816.tar.gz
initial import of p5-IO-String-1.01
This module is needed to make www/bins work correctly hence the import during the freeze. IO::String is an IO::File (and IO::Handle) compatible class that read or write data from in-core strings. It is really just a simplification of Eryq's IO-stringy modules. As such IO::String is a replacement for IO::Scalar.
Diffstat (limited to 'devel/p5-IO-String/DESCR')
-rw-r--r--devel/p5-IO-String/DESCR4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/p5-IO-String/DESCR b/devel/p5-IO-String/DESCR
new file mode 100644
index 00000000000..832d6794f99
--- /dev/null
+++ b/devel/p5-IO-String/DESCR
@@ -0,0 +1,4 @@
+IO::String is an IO::File (and IO::Handle) compatible class that read
+or write data from in-core strings. It is really just a
+simplification of Eryq's IO-stringy modules. As such IO::String is
+a replacement for IO::Scalar.