diff options
author | martti <martti@pkgsrc.org> | 2001-11-22 09:37:56 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2001-11-22 09:37:56 +0000 |
commit | 85d4a6baf7d09c4c4867cf91acc6b887b3a8b5ae (patch) | |
tree | e9e1e7e994d9dc750fc581f7c3e76d568605d7a6 | |
parent | a72e57047a1d9bc8e0994cdd1c8b58934e511e60 (diff) | |
download | pkgsrc-85d4a6baf7d09c4c4867cf91acc6b887b3a8b5ae.tar.gz |
Updated to version 0.33 (PR#14511). Changes since 0.17:
* It's now officially safe to redirect STDOUT and STDERR without
affecting test output.
- License and POD cleanup by Autrijus Tang
- Synched up Test::Tutorial with the wiki version
- Minor VMS test nit.
* Finally added a seperate plan() function
* Adding a name field to isa_ok()
(Requested by Dave Rolsky)
- Test::More was using Carp.pm, causing the occasional false positive.
(Reported by Tatsuhiko Miyagawa)
* Added Test::Builder
(Thanks muchly to chromatic for getting this off the ground!)
* Diagnostics are back to using STDERR *unless* it's from a todo
test. Those go to STDOUT.
- Fixed it so nothing is printed if a test is run with a -c flag.
Handy when a test is being deparsed with B::Deparse.
* Test::Simple and Test::More no longer print their diagnostics
to STDERR. It instead goes to STDOUT.
* TODO tests which fail now print full failure diagnostics.
- Minor bug in ok()'s test name diagnostics made it think a blank
name was a number.
- ok() less draconian about test names
- Added temporary special case for Parrot::Test
- Now requiring File::Spec for our tests.
* ***API CHANGE*** can_ok() only counts as one test
- can_ok() has better diagnostics
- Minor POD fixes from mjd
- adjusting the internal layout to make it easier to put it into
the core
-rw-r--r-- | devel/p5-Test-Simple/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Test-Simple/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/p5-Test-Simple/Makefile b/devel/p5-Test-Simple/Makefile index c66e57ab21e..6df09ee3c62 100644 --- a/devel/p5-Test-Simple/Makefile +++ b/devel/p5-Test-Simple/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2001/10/18 15:20:19 veego Exp $ +# $NetBSD: Makefile,v 1.4 2001/11/22 09:37:56 martti Exp $ -DISTNAME= Test-Simple-0.17 +DISTNAME= Test-Simple-0.33 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5tsi CATEGORIES= devel perl5 diff --git a/devel/p5-Test-Simple/distinfo b/devel/p5-Test-Simple/distinfo index d5f08ba0bd8..fe69245cff3 100644 --- a/devel/p5-Test-Simple/distinfo +++ b/devel/p5-Test-Simple/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2001/09/27 04:37:07 jlam Exp $ +$NetBSD: distinfo,v 1.2 2001/11/22 09:37:56 martti Exp $ -SHA1 (Test-Simple-0.17.tar.gz) = 90f61edb941f86008d9d392bbb6fbc2a62cd25e9 -Size (Test-Simple-0.17.tar.gz) = 25190 bytes +SHA1 (Test-Simple-0.33.tar.gz) = 1972964045ca58e38ee8ef957a6a7e67e36a2bcd +Size (Test-Simple-0.33.tar.gz) = 34178 bytes |