[Lunar-commits] <moonbase> Test-Distribution: Adding to moonbase.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sun Oct 9 20:15:36 CEST 2011
commit 3c477713aebf89f43f40166a19a613ff6963326b
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sun Oct 9 14:15:36 2011 -0400
Test-Distribution: Adding to moonbase.
---
perl/Test-Distribution/BUILD | 9 +++++++++
perl/Test-Distribution/DEPENDS | 2 ++
perl/Test-Distribution/DETAILS | 12 ++++++++++++
3 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/perl/Test-Distribution/BUILD b/perl/Test-Distribution/BUILD
new file mode 100644
index 0000000..22b41c8
--- /dev/null
+++ b/perl/Test-Distribution/BUILD
@@ -0,0 +1,9 @@
+(
+
+ perl Build.PL &&
+ ./Build &&
+
+ prepare_install &&
+ ./Build install
+
+) > $C_FIFO 2>&1
diff --git a/perl/Test-Distribution/DEPENDS b/perl/Test-Distribution/DEPENDS
new file mode 100644
index 0000000..e3481d2
--- /dev/null
+++ b/perl/Test-Distribution/DEPENDS
@@ -0,0 +1,2 @@
+depends perl
+depends Pod-Coverage
diff --git a/perl/Test-Distribution/DETAILS b/perl/Test-Distribution/DETAILS
new file mode 100644
index 0000000..b7f0a04
--- /dev/null
+++ b/perl/Test-Distribution/DETAILS
@@ -0,0 +1,12 @@
+ MODULE=Test-Distribution
+ VERSION=2.00
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://search.cpan.org/CPAN/authors/id/S/SR/SRSHAH/
+ SOURCE_VFY=sha1:547c00dde9cd68656d4d53ca285bb6a5e69c9ba6
+ WEB_SITE=http://search.cpan.org/~srshah/Test-Distribution/
+ ENTERED=20111009
+ UPDATED=20111009
+ SHORT="perform tests on all modules of a distribution"
+cat << EOF
+Perform tests on all modules of a distribution.
+EOF
More information about the Lunar-commits
mailing list