[Lunar-commits] <moonbase> Data-Dump: Adding to moonbase.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sat Oct 8 22:10:15 CEST 2011
commit 2264599e0cfddc3d75642cf20980feafaaeac277
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sat Oct 8 16:10:15 2011 -0400
Data-Dump: Adding to moonbase.
---
perl/Data-Dump/BUILD | 6 ++++++
perl/Data-Dump/DEPENDS | 1 +
perl/Data-Dump/DETAILS | 14 ++++++++++++++
3 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/perl/Data-Dump/BUILD b/perl/Data-Dump/BUILD
new file mode 100644
index 0000000..c11ca00
--- /dev/null
+++ b/perl/Data-Dump/BUILD
@@ -0,0 +1,6 @@
+(
+
+ perl Makefile.PL &&
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/perl/Data-Dump/DEPENDS b/perl/Data-Dump/DEPENDS
new file mode 100644
index 0000000..1dd0168
--- /dev/null
+++ b/perl/Data-Dump/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl/Data-Dump/DETAILS b/perl/Data-Dump/DETAILS
new file mode 100644
index 0000000..31d62e0
--- /dev/null
+++ b/perl/Data-Dump/DETAILS
@@ -0,0 +1,14 @@
+ MODULE=Data-Dump
+ VERSION=1.20
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/
+ SOURCE_VFY=sha1:52fe6d69d649ece1f0a4291e4621f132302ee405
+ WEB_SITE=http://search.cpan.org/~gaas/Data-Dump/
+ ENTERED=20111008
+ UPDATED=20111008
+ SHORT="Pretty printing of data structures"
+
+cat << EOF
+Pretty printing of data structures.
+EOF
+
More information about the Lunar-commits
mailing list