summaryrefslogtreecommitdiff
path: root/devel/p5-IO-String/DESCR
diff options
context:
space:
mode:
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.