[Lunar-commits] <moonbase> Test-Inter: version 1.01 added to moonbase/perl
Duncan Gibson
engelsman at lunar-linux.org
Tue Jun 8 21:46:31 CEST 2010
commit eae7c3030d1925c661191e68eff6e853d2436cc3
Author: Duncan Gibson <engelsman at lunar-linux.org>
Date: Tue Jun 8 21:46:31 2010 +0200
Test-Inter: version 1.01 added to moonbase/perl
---
perl/Test-Inter/BUILD | 9 +++++++++
perl/Test-Inter/DEPENDS | 1 +
perl/Test-Inter/DETAILS | 14 ++++++++++++++
3 files changed, 24 insertions(+), 0 deletions(-)
diff --git a/perl/Test-Inter/BUILD b/perl/Test-Inter/BUILD
new file mode 100644
index 0000000..94f9a70
--- /dev/null
+++ b/perl/Test-Inter/BUILD
@@ -0,0 +1,9 @@
+(
+
+ perl Build.PL &&
+ ./Build &&
+ ./Build test &&
+ prepare_install &&
+ ./Build install
+
+) > $C_FIFO 2>&1
diff --git a/perl/Test-Inter/DEPENDS b/perl/Test-Inter/DEPENDS
new file mode 100644
index 0000000..e2f401e
--- /dev/null
+++ b/perl/Test-Inter/DEPENDS
@@ -0,0 +1 @@
+depends Module-Build
diff --git a/perl/Test-Inter/DETAILS b/perl/Test-Inter/DETAILS
new file mode 100644
index 0000000..d403192
--- /dev/null
+++ b/perl/Test-Inter/DETAILS
@@ -0,0 +1,14 @@
+ MODULE=Test-Inter
+ VERSION=1.01
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/
+ SOURCE_VFY=sha1:ebf5dda03fa6470ca18aa9cacc6b49d528c1f140
+ WEB_SITE=http://search.cpan.org/dist/$MODULE/
+ ENTERED=20100606
+ UPDATED=20100606
+ SHORT="perl framework for more readable interactive test scripts"
+cat << EOF
+Test::Inter is another framework for writing test scripts. It is
+loosely inspired by Test::More, and has most of it's functionality,
+but it is not a drop-in replacement.
+EOF
More information about the Lunar-commits
mailing list