[Lunar-commits] <moonbase> Switch: new perl module

Samuel Verstraete samuel.verstraete at gmail.com
Mon Jun 6 20:51:51 CEST 2011


commit 398f217a122723ac67c15c54481f633b53f54122
Author: Samuel Verstraete <samuel.verstraete at gmail.com>
Date:   Mon Jun 6 20:51:51 2011 +0200

    Switch: new perl module
---
 perl/Switch/BUILD   |    6 ++++++
 perl/Switch/DETAILS |   12 ++++++++++++
 2 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/perl/Switch/BUILD b/perl/Switch/BUILD
new file mode 100644
index 0000000..c11ca00
--- /dev/null
+++ b/perl/Switch/BUILD
@@ -0,0 +1,6 @@
+(
+
+  perl  Makefile.PL  &&
+  default_make
+
+) > $C_FIFO 2>&1
diff --git a/perl/Switch/DETAILS b/perl/Switch/DETAILS
new file mode 100644
index 0000000..0ce271b
--- /dev/null
+++ b/perl/Switch/DETAILS
@@ -0,0 +1,12 @@
+          MODULE=Switch
+         VERSION=2.16
+          SOURCE=$MODULE-$VERSION.tar.gz
+   SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/R/RG/RGARCIA/
+      SOURCE_VFY=sha1:2737a2b5e64a9d715528fa50a8d967710106220e
+        WEB_SITE=http://search.cpan.org/dist/Switch/
+         ENTERED=20110531
+         UPDATED=20110531
+           SHORT="A switch statement for Perl"
+cat << EOF
+A switch statement for Perl
+EOF


More information about the Lunar-commits mailing list