[Lunar-commits] <moonbase> YAML-Tiny: version 1.41 added to moonbase/perl

Duncan Gibson engelsman at lunar-linux.org
Mon Jun 7 22:02:20 CEST 2010


commit 4f4e4c2a4eb960ed463c3199cc0f659e7bb6cf91
Author: Duncan Gibson <engelsman at lunar-linux.org>
Date:   Mon Jun 7 22:02:20 2010 +0200

    YAML-Tiny: version 1.41 added to moonbase/perl
    
    required for Module-Build (coming next to a moonbase near you :-)
---
 perl/YAML-Tiny/BUILD   |    6 ++++++
 perl/YAML-Tiny/DEPENDS |    1 +
 perl/YAML-Tiny/DETAILS |   18 ++++++++++++++++++
 3 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/perl/YAML-Tiny/BUILD b/perl/YAML-Tiny/BUILD
new file mode 100644
index 0000000..09a7d62
--- /dev/null
+++ b/perl/YAML-Tiny/BUILD
@@ -0,0 +1,6 @@
+(
+
+    perl Makefile.PL &&
+    default_make
+
+) > $C_FIFO 2>&1
diff --git a/perl/YAML-Tiny/DEPENDS b/perl/YAML-Tiny/DEPENDS
new file mode 100644
index 0000000..6826bc7
--- /dev/null
+++ b/perl/YAML-Tiny/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl/YAML-Tiny/DETAILS b/perl/YAML-Tiny/DETAILS
new file mode 100644
index 0000000..1991d7a
--- /dev/null
+++ b/perl/YAML-Tiny/DETAILS
@@ -0,0 +1,18 @@
+          MODULE=YAML-Tiny
+         VERSION=1.41
+          SOURCE=$MODULE-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+      SOURCE_URL=http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/
+      SOURCE_VFY=sha1:03efc3885bc39a2934b09ddacdc44a39929e5638
+        WEB_SITE=http://search.cpan.org/dist/$MODULE/
+         ENTERED=20100606
+         UPDATED=20100606
+           SHORT="Read/Write YAML files with as Perl little code as possible"
+cat << EOF
+The YAML specification is huge. The original pure-Perl implementation
+YAML costs just over 4 megabytes of memory to load.
+
+YAML::Tiny is a perl class for reading and writing YAML-style files,
+written with as little code as possible, reducing load time and
+memory overhead.
+EOF


More information about the Lunar-commits mailing list