summaryrefslogtreecommitdiff
path: root/devel/p5-Test-Simple
diff options
context:
space:
mode:
authorobache <obache>2006-10-21 07:38:42 +0000
committerobache <obache>2006-10-21 07:38:42 +0000
commit3e15f7c4771b580937e31df3b46ebe6df91c9ec8 (patch)
tree1a7f9282943fff81db56206c533a61730028a0ce /devel/p5-Test-Simple
parent3e862e9e2bc219044bef5ea440d38f0e5e0cb151 (diff)
downloadpkgsrc-3e15f7c4771b580937e31df3b46ebe6df91c9ec8.tar.gz
Update p5-Test-Simple to 0.64.
0.64 Sun Jul 16 02:47:29 PDT 2006 * 0.63's change to test_fail() broke backwards compatibility. They have been removed for the time being. test_pass() went with it. This is [rt.cpan.org 11317] and [rt.cpan.org 11319]. - skip() will now warn if you get the args backwards. 0.63 Sun Jul 9 02:36:36 PDT 2006 * Fixed can_ok() to gracefully handle no class name. Submitted by "Pete Krawczyk" <perl@bsod.net> Implemented by "Richard Foley" <richard.foley@rfi.net> [rt.cpan.org 15654] * Added test_pass() to Test::Builder::Tester rather than having to call test_out("ok 1 - foo"). <chromatic@wgz.org> [rt.cpan.org 11317] * test_fail() now accepts a test diagnostic rather than having to call test_out() separately. <chromatic@wgz.org> [rt.cpan.org 11319] - Changed Test::Builder::Tester docs to show best practice using test_fail() and test_pass(). - isnt_num() doc example wrongly showed is_num(). <chromatic@wgz.org> - Fixed a minor typo in the BAIL_OUT() docs. <Jeff Deifik> - Removed the LICENSE field from the Makefile.PL as the release of MakeMaker with that feature has been delayed.
Diffstat (limited to 'devel/p5-Test-Simple')
-rw-r--r--devel/p5-Test-Simple/Makefile4
-rw-r--r--devel/p5-Test-Simple/distinfo10
-rw-r--r--devel/p5-Test-Simple/patches/patch-aa8
3 files changed, 11 insertions, 11 deletions
diff --git a/devel/p5-Test-Simple/Makefile b/devel/p5-Test-Simple/Makefile
index 3a93983c5dd..75a11ae94c8 100644
--- a/devel/p5-Test-Simple/Makefile
+++ b/devel/p5-Test-Simple/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2005/11/22 23:07:18 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2006/10/21 07:38:42 obache Exp $
-DISTNAME= Test-Simple-0.62
+DISTNAME= Test-Simple-0.64
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5tsi
CATEGORIES= devel perl5
diff --git a/devel/p5-Test-Simple/distinfo b/devel/p5-Test-Simple/distinfo
index d0effee9321..ca2bac32d3c 100644
--- a/devel/p5-Test-Simple/distinfo
+++ b/devel/p5-Test-Simple/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2005/11/22 21:55:55 wiz Exp $
+$NetBSD: distinfo,v 1.14 2006/10/21 07:38:42 obache Exp $
-SHA1 (Test-Simple-0.62.tar.gz) = d7f566c4ca22409d54368030b57ba07fb0e5137f
-RMD160 (Test-Simple-0.62.tar.gz) = 3d8bf97a9a4a904f93abc902ffa18959ba81821a
-Size (Test-Simple-0.62.tar.gz) = 70383 bytes
-SHA1 (patch-aa) = a22ee8e1db9e1c50e1556ae26e7ceb7a8c956d52
+SHA1 (Test-Simple-0.64.tar.gz) = f275d266712d9fe7672fd3a5e023f67886eb0ee9
+RMD160 (Test-Simple-0.64.tar.gz) = dfe88655a046b4034a592ea8bc5039771f78f098
+Size (Test-Simple-0.64.tar.gz) = 70874 bytes
+SHA1 (patch-aa) = 9a6576863bd2b544561350d64a82f5785335750d
diff --git a/devel/p5-Test-Simple/patches/patch-aa b/devel/p5-Test-Simple/patches/patch-aa
index 9d608e20895..105cd218ba7 100644
--- a/devel/p5-Test-Simple/patches/patch-aa
+++ b/devel/p5-Test-Simple/patches/patch-aa
@@ -1,9 +1,9 @@
-$NetBSD: patch-aa,v 1.3 2005/11/22 21:55:55 wiz Exp $
+$NetBSD: patch-aa,v 1.4 2006/10/21 07:38:42 obache Exp $
---- Makefile.PL.orig 2005-10-02 03:40:52.000000000 +0200
+--- Makefile.PL.orig 2006-07-09 18:49:50.000000000 +0900
+++ Makefile.PL
-@@ -51,9 +51,7 @@ WriteMakefile(
- LICENSE => 'perl',
+@@ -50,9 +50,7 @@ WriteMakefile(
+ VERSION_FROM => "lib/$PACKAGE_FILE.pm", # finds $VERSION
PREREQ_PM => {
Test::Harness => 2.03,
- },