diff options
author | sno <sno@pkgsrc.org> | 2009-07-07 22:32:34 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-07-07 22:32:34 +0000 |
commit | ef1a98d5852fc380ec65ffebee07c60d29039ffb (patch) | |
tree | 66224227d6512069266ab758c08f5070f957eef6 /devel | |
parent | 1b76e8f009ec28b25ecf2188fc5bd2c9f6150653 (diff) | |
download | pkgsrc-ef1a98d5852fc380ec65ffebee07c60d29039ffb.tar.gz |
Updating package for p5 module Test::Simple from 0.88 to 0.92
Upstream changes:
0.92 Fri Jul 3 11:08:56 PDT 2009
Test Fixes
* Silence noise on VMS in exit.t (Craig Berry)
* Skip Builder/fork_with_new_stdout.t on systems without fork (Craig Berry)
0.90 Thu Jul 2 13:18:25 PDT 2009
Docs
* Finally added a note about the "Wide character in print" warning and
how to work around it.
* Note the IO::Stringy license in our copy of it.
[test-more.googlecode.com 47]
Test Fixes
* Small fixes for integration with the Perl core
[bleadperl eaa0815147e13cd4ab5b3d6ca8f26544a9f0c3b4]
* exit code tests could be effected by errno when PERLIO=stdio
[bleadperl c76230386fc5e6fba9fdbeab473abbf4f4adcbe3]
Other
* This is a stable release for 5.10.1. It does not include
the subtest() work in 0.89_01.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-Simple/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Test-Simple/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-Test-Simple/Makefile b/devel/p5-Test-Simple/Makefile index 50e934fe691..b33649361b4 100644 --- a/devel/p5-Test-Simple/Makefile +++ b/devel/p5-Test-Simple/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.42 2009/06/12 07:51:51 sno Exp $ +# $NetBSD: Makefile,v 1.43 2009/07/07 22:32:34 sno Exp $ -DISTNAME= Test-Simple-0.88 +DISTNAME= Test-Simple-0.92 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5tsi CATEGORIES= devel perl5 diff --git a/devel/p5-Test-Simple/distinfo b/devel/p5-Test-Simple/distinfo index 10601011c92..1389123fead 100644 --- a/devel/p5-Test-Simple/distinfo +++ b/devel/p5-Test-Simple/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.24 2009/06/12 07:51:51 sno Exp $ +$NetBSD: distinfo,v 1.25 2009/07/07 22:32:34 sno Exp $ -SHA1 (Test-Simple-0.88.tar.gz) = 75941e8bf60e9b00eede30aac1677c0fc50a3bab -RMD160 (Test-Simple-0.88.tar.gz) = 81f57ba3122605bb1ae4abc4c37a9033f0044fff -Size (Test-Simple-0.88.tar.gz) = 98436 bytes +SHA1 (Test-Simple-0.92.tar.gz) = c8d78410eb1b56dc2b5563505344380394e4acdb +RMD160 (Test-Simple-0.92.tar.gz) = 11b9bf92700801059640a6ea368feb8daf6d9402 +Size (Test-Simple-0.92.tar.gz) = 99716 bytes |