summaryrefslogtreecommitdiff
path: root/devel/p5-Test-Simple
diff options
context:
space:
mode:
authorwiz <wiz>2005-11-22 21:55:55 +0000
committerwiz <wiz>2005-11-22 21:55:55 +0000
commitffc3d54b76e13f842e6ee539fc6d0621b2606860 (patch)
tree116534d37b4ad0fdc1d4f6198990ae3459ac76c1 /devel/p5-Test-Simple
parenta337acf474cebe247b894185ce637a53f949aa23 (diff)
downloadpkgsrc-ffc3d54b76e13f842e6ee539fc6d0621b2606860.tar.gz
Update to 0.62:
0.62 Sat Oct 8 01:25:03 PDT 2005 * Aborbed Test::Builder::Tester. The last release broke it because its screen scraping Test::More and the failure output changed. By distributing them together we ensure TBT won't break again. * Test::Builder->BAILOUT() was missing. - is_deeply() can now handle function and code refs in a very limited way. It simply looks to see if they have the same referent. [rt.cpan.org 14746] 0.61 Fri Sep 23 23:26:05 PDT 2005 - create.t was trying to read from a file before it had been closed (and thus the changes may not have yet been written). * is_deeply() would call stringification methods on non-object strings which happened to be the name of a string overloaded class. [rt.cpan.org 14675] 0.60_02 Tue Aug 9 00:27:41 PDT 2005 * Added Test::Builder::Module. - Changed Test::More and Test::Simple to use Test::Builder::Module - Minor Win32 testing nit in fail-more.t * Added no_diag() method to Test::Builder and changed Test::More's no_diag internals to use that. [rt.cpan.org 8655] * Deprecated no_diag() as an option to "use Test::More". Call the Test::Builder method instead. 0.60_01 Sun Jul 3 18:11:58 PDT 2005 - Moved the docs around a little to better group all the testing functions together. [rt.cpan.org 8388] * Added a BAIL_OUT() function to Test::More [rt.cpan.org 8381] - Changed Test::Builder->BAILOUT to BAIL_OUT to match other method's naming conventions. BAILOUT remains but is deprecated. * Changed the standard failure diagnostics to include the test name. [rt.cpan.org 12490] - is_deeply() was broken for overloaded objects in the top level in 0.59_01. [rt.cpan.org 13506] - String overloaded objects without an 'eq' or '==' method are now handled in cmp_ok() and is(). - cmp_ok() will now treat overloaded objects as numbers if the comparison operator is numeric. [rt.cpan.org 13156] - cmp_ok(), like() and unlike will now throw uninit warnings if their arguments are undefined. [rt.cpan.org 13155] - cmp_ok() will now throw warnings as if the comparison were run normally, for example cmp_ok(2, '==', 'foo') will warn about 'foo' not being numeric. Previously all warnings in the comparison were supressed. [rt.cpan.org 13155] - Tests will now report *both* the number of tests failed and if the wrong number of tests were run. Previously if tests failed and the wrong number were run it would only report the latter. [rt.cpan.org 13494] - Missing or extra tests are not considered failures for the purposes of calculating the exit code. Should there be no failures but the wrong number of tests the exit code will be 254. - Avoiding an unbalanced sort in eq_set() [bugs.perl.org 36354] - Documenting that eq_set() doesn't deal well with refs. - Clarified how is_deeply() compares a bit. * Once again working on 5.4.5. 0.60 Tue May 3 14:20:34 PDT 2005 0.59_01 Tue Apr 26 21:51:12 PDT 2005 * Test::Builder now has a create() method which allows you to create a brand spanking new Test::Builder object. * require_ok() was not working for single letter module names. * is_deeply() and eq_* now work with circular scalar references (Thanks Fergal) * Use of eq_* now officially discouraged. - Removed eq_* from the SYNOPSIS. - is_deeply(undef, $not_undef); now works. [rt.cpan.org 9441] - is_deeply() was mistakenly interpeting the same reference used twice in a data structure as being circular causing failures. [rt.cpan.org 11623] - Loading Test::Builder but not using it would interfere with the exit code if the code exited. [rt.cpan.org 12310] - is_deeply() diagnostics now disambiguate between stringified references and references. [rt.cpan.org 8865] - Files opened by the output methods are now autoflushed. - todo() now honors $Level when looking for $TODO.
Diffstat (limited to 'devel/p5-Test-Simple')
-rw-r--r--devel/p5-Test-Simple/Makefile5
-rw-r--r--devel/p5-Test-Simple/distinfo10
-rw-r--r--devel/p5-Test-Simple/patches/patch-aa8
3 files changed, 11 insertions, 12 deletions
diff --git a/devel/p5-Test-Simple/Makefile b/devel/p5-Test-Simple/Makefile
index b9f28a9295d..d8f8f9a3d9b 100644
--- a/devel/p5-Test-Simple/Makefile
+++ b/devel/p5-Test-Simple/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.26 2005/08/06 06:19:16 jlam Exp $
+# $NetBSD: Makefile,v 1.27 2005/11/22 21:55:55 wiz Exp $
-DISTNAME= Test-Simple-0.54
+DISTNAME= Test-Simple-0.62
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5tsi
-PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
diff --git a/devel/p5-Test-Simple/distinfo b/devel/p5-Test-Simple/distinfo
index 8205bab33bc..d0effee9321 100644
--- a/devel/p5-Test-Simple/distinfo
+++ b/devel/p5-Test-Simple/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2005/02/23 22:24:29 agc Exp $
+$NetBSD: distinfo,v 1.13 2005/11/22 21:55:55 wiz Exp $
-SHA1 (Test-Simple-0.54.tar.gz) = e17a6e50f6494f2ae504e2f8edf7113593746792
-RMD160 (Test-Simple-0.54.tar.gz) = bd322710e909bb5106e1b735cd6d86944a6a28fb
-Size (Test-Simple-0.54.tar.gz) = 59185 bytes
-SHA1 (patch-aa) = 1f6a8f2e98386544146360620211de26a7c25b89
+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
diff --git a/devel/p5-Test-Simple/patches/patch-aa b/devel/p5-Test-Simple/patches/patch-aa
index 61fb4461a94..9d608e20895 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.2 2005/02/19 18:43:31 wiz Exp $
+$NetBSD: patch-aa,v 1.3 2005/11/22 21:55:55 wiz Exp $
---- Makefile.PL.orig 2004-12-04 21:06:31.000000000 +0100
+--- Makefile.PL.orig 2005-10-02 03:40:52.000000000 +0200
+++ Makefile.PL
-@@ -50,9 +50,7 @@ WriteMakefile(
- VERSION_FROM => "lib/$PACKAGE_FILE.pm", # finds $VERSION
+@@ -51,9 +51,7 @@ WriteMakefile(
+ LICENSE => 'perl',
PREREQ_PM => {
Test::Harness => 2.03,
- },