[Lunar-commits] <moonbase> IO-String: initial import
Dennis 'stumbles' Veatch
stumbles at lunar-linux.org
Sat Mar 21 00:52:09 CET 2009
commit bbb54c9c06c548c998ac22841a6b5cdc8279a5f2
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date: Fri Mar 20 19:52:09 2009 -0400
IO-String: initial import
---
perl/IO-String/BUILD | 6 ++++++
perl/IO-String/DEPENDS | 1 +
perl/IO-String/DETAILS | 15 +++++++++++++++
3 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/perl/IO-String/BUILD b/perl/IO-String/BUILD
new file mode 100644
index 0000000..c11ca00
--- /dev/null
+++ b/perl/IO-String/BUILD
@@ -0,0 +1,6 @@
+(
+
+ perl Makefile.PL &&
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/perl/IO-String/DEPENDS b/perl/IO-String/DEPENDS
new file mode 100644
index 0000000..1dd0168
--- /dev/null
+++ b/perl/IO-String/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl/IO-String/DETAILS b/perl/IO-String/DETAILS
new file mode 100644
index 0000000..f0f9183
--- /dev/null
+++ b/perl/IO-String/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=IO-String
+ VERSION=1.08
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/
+ SOURCE_VFY=sha1:1a8cea5b19b6abb7f3731d6804073c0dd911d944
+ WEB_SITE=http://search.cpan.org/~gaas/IO-String-$VERSION/
+ ENTERED=20090320
+ UPDATED=20090320
+ SHORT="IO::File (and IO::Handle) compatible class"
+cat << EOF
+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 what I needed from Eryq's IO-stringy modules. As
+such IO::String is a replacement for IO::Scalar.
+EOF
More information about the Lunar-commits
mailing list