pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Test-Simple - Updated package to 0.80
details: https://anonhg.NetBSD.org/pkgsrc/rev/dfde49af2ede
branches: trunk
changeset: 540857:dfde49af2ede
user: rhaen <rhaen%pkgsrc.org@localhost>
date: Tue Apr 08 14:49:19 2008 +0000
description:
- Updated package to 0.80
Changelog:
0.80 Sun Apr 6 17:25:01 CEST 2008
Test fixes
- Completely disable the utf8 test. It was causing perl to panic on some OS's.
0.79_01 Wed Feb 27 03:04:54 PST 2008
Bug fixes
- Let's try the IO layer copying again, this time with the test
fixed for 5.10.
0.78 Wed Feb 27 01:59:09 PST 2008
Bug fixes
* Whoops, the version of Test::Builder::Tester got moved backwards.
0.77 Wed Feb 27 01:55:55 PST 2008
Bug fixes
- "use Test::Builder::Module" no longer sets exported_to() or does
any other importing.
- Fix the $TODO finding code so it can find $TODO without the benefit
of exported_to(), which is often wrong.
- Turn off the filehandle locale stuff for the moment, there's a
problem on 5.10. We'll try it again next release.
Doc improvements
- Improve the Test::Builder SYNOPSIS to use Test::Builder::Module
rather than write it's own import().
0.76_02 Sun Feb 24 13:12:55 PST 2008
Bug fixes
* The default test output filehandles will NOT use utf8.
They will now copy the IO layers from STDOUT and STDERR.
This means if :utf8 is on then it will honor it and not
warn about wide characters.
0.76_01 Sat Feb 23 20:44:32 PST 2008
Bug fixes
* Test::Builder no longer uses a __DIE__ handler. This resolves a number
of problems with exit codes being swallowed or other module's handlers
being interfered with. [rt.cpan.org 25294]
- Allow maybe_regex() to detect blessed regexes. [bleadperl @32880]
- The default test output filehandles will now use utf8.
[rt.cpan.org 21091]
Test fixes
- Remove the signature test. Adds no security and just generates
failures.
0.75 Sat Feb 23 19:03:38 PST 2008
Incompatibilities
* The minimum version is now 5.6.0.
Bug fixes
- Turns out require_ok() had the same bug as use_ok() in a BEGIN block.
- ok() was not honoring exported_to() when looking for $TODO as it
should be.
Test fixes
* is_deeply_with_threads.t will not run unless AUTHOR_TESTING is set.
This is because it tickles intermittent threading bugs in many perls
and causes a lot of bug reports about which I can do nothing.
Misc
- Ran through perlcritic and did some cleaning.
diffstat:
devel/p5-Test-Simple/Makefile | 4 ++--
devel/p5-Test-Simple/distinfo | 9 ++++-----
2 files changed, 6 insertions(+), 7 deletions(-)
diffs (26 lines):
diff -r ecde99c62c63 -r dfde49af2ede devel/p5-Test-Simple/Makefile
--- a/devel/p5-Test-Simple/Makefile Tue Apr 08 13:22:06 2008 +0000
+++ b/devel/p5-Test-Simple/Makefile Tue Apr 08 14:49:19 2008 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2007/12/11 11:59:23 rhaen Exp $
+# $NetBSD: Makefile,v 1.38 2008/04/08 14:49:19 rhaen Exp $
-DISTNAME= Test-Simple-0.74
+DISTNAME= Test-Simple-0.80
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5tsi
CATEGORIES= devel perl5
diff -r ecde99c62c63 -r dfde49af2ede devel/p5-Test-Simple/distinfo
--- a/devel/p5-Test-Simple/distinfo Tue Apr 08 13:22:06 2008 +0000
+++ b/devel/p5-Test-Simple/distinfo Tue Apr 08 14:49:19 2008 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.20 2007/12/11 11:59:24 rhaen Exp $
+$NetBSD: distinfo,v 1.21 2008/04/08 14:49:19 rhaen Exp $
-SHA1 (Test-Simple-0.74.tar.gz) = 6d1d9dad22a02a523435024344a94d30ce6fc70a
-RMD160 (Test-Simple-0.74.tar.gz) = fdf4efce587392a643d281d3c8a219a9afd90ad3
-Size (Test-Simple-0.74.tar.gz) = 79837 bytes
-SHA1 (patch-aa) = 8fe0178fc89392f9373e088cacdfa807f02c13be
+SHA1 (Test-Simple-0.80.tar.gz) = dde80be914943c217f0fd0e61ba1b455fe762077
+RMD160 (Test-Simple-0.80.tar.gz) = 6ad7940988427d93987ca5a5a2aba1fa0bdd4b74
+Size (Test-Simple-0.80.tar.gz) = 81559 bytes
Home |
Main Index |
Thread Index |
Old Index