[Lunar-commits] r18660 - moonbase/trunk/perl/Test-Simple
Dennis Veatch
stumbles at lunar-linux.org
Fri Feb 10 14:41:37 UTC 2006
Author: stumbles
Date: 2006-02-10 14:41:35 +0000 (Fri, 10 Feb 2006)
New Revision: 18660
Modified:
moonbase/trunk/perl/Test-Simple/DETAILS
Log:
* Test::Builder->BAILOUT() was missing.
- create.t was trying to read from a file before it had been closed
* Deprecated no_diag() as an option to "use Test::More".
* Added a BAIL_OUT() function to Test::More
and others.
Modified: moonbase/trunk/perl/Test-Simple/DETAILS
===================================================================
--- moonbase/trunk/perl/Test-Simple/DETAILS 2006-02-10 14:34:32 UTC (rev 18659)
+++ moonbase/trunk/perl/Test-Simple/DETAILS 2006-02-10 14:41:35 UTC (rev 18660)
@@ -1,12 +1,13 @@
MODULE=Test-Simple
- VERSION=0.47
+ VERSION=0.62
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL[0]=http://www.cpan.org/authors/id/MSCHWERN/
+ SOURCE_URL[0]=http://search.cpan.org/CPAN/authors/id/M/MS/MSCHWERN/
+ SOURCE_VFY=sha1:d7f566c4ca22409d54368030b57ba07fb0e5137f
WEB_SITE=http://search.cpan.org/search?dist=Test-Simple
ENTERED=20020619
- UPDATED=20040808
+ UPDATED=20060210
MAINTAINER=kongar at tsrsb.org.tr
- SHORT="Test-Simple is yet another framework for writing test scripts"
+ SHORT="yet another framework for writing test scripts"
cat << EOF
Test-Simple is yet another framework for writing test scripts
EOF
More information about the Lunar-commits
mailing list