[Lunar-commits] <moonbase> Class-Inspector: Adding to moonbase.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sun Oct 9 19:12:37 CEST 2011


commit a0428cb43c5ddef78acc12a7bb29ac48f0a6cbac
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sun Oct 9 13:12:37 2011 -0400

    Class-Inspector: Adding to moonbase.
---
 perl/Class-Inspector/BUILD   |    6 ++++++
 perl/Class-Inspector/DEPENDS |    1 +
 perl/Class-Inspector/DETAILS |   12 ++++++++++++
 3 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/perl/Class-Inspector/BUILD b/perl/Class-Inspector/BUILD
new file mode 100644
index 0000000..c11ca00
--- /dev/null
+++ b/perl/Class-Inspector/BUILD
@@ -0,0 +1,6 @@
+(
+
+  perl  Makefile.PL  &&
+  default_make
+
+) > $C_FIFO 2>&1
diff --git a/perl/Class-Inspector/DEPENDS b/perl/Class-Inspector/DEPENDS
new file mode 100644
index 0000000..6826bc7
--- /dev/null
+++ b/perl/Class-Inspector/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/perl/Class-Inspector/DETAILS b/perl/Class-Inspector/DETAILS
new file mode 100644
index 0000000..48121f6
--- /dev/null
+++ b/perl/Class-Inspector/DETAILS
@@ -0,0 +1,12 @@
+          MODULE=Class-Inspector
+         VERSION=1.25
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/
+      SOURCE_VFY=sha1:85a9cf2667dce01f32bbd11ef10328c14bd36c45
+        WEB_SITE=http://search.cpan.org/~adamk/Class-Inspector/
+         ENTERED=20111009
+         UPDATED=20111009
+           SHORT="Get information about a class and its structure"
+cat << EOF
+Get information about a class and its structure.
+EOF


More information about the Lunar-commits mailing list