Subject: CVS commit: pkgsrc/devel/p5-Test-Simple
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 03/16/2007 20:56:00
Module Name: pkgsrc
Committed By: wiz
Date: Fri Mar 16 20:56:00 UTC 2007
Modified Files:
pkgsrc/devel/p5-Test-Simple: Makefile distinfo
pkgsrc/devel/p5-Test-Simple/patches: patch-aa
Log Message:
Update to 0.69:
0.69 Wed Mar 14 06:43:35 PDT 2007
Test fixes
- Minor filename compatibility fix to t/fail-more.t [rt.cpan.org 25428]
0.68 Tue Mar 13 17:27:26 PDT 2007
Bug fixes
* If your code has a $SIG{__DIE__} handler in some cases functions like
use_ok(), require_ok(), can_ok() and isa_ok() could trigger that
handler. [rt.cpan.org 23509]
- Minor improvement to TB's filehandle detection in the case of overridden
isa(). [rt.cpan.org 20890]
- Will now install as a core module in 5.6.2 which ships with Test::More.
[rt.cpan.org 25163]
New Features
- Test::Builder->is_fh() provides a way to determine if a thing
can be used as a filehandle.
Documentation improvements
- Improved the docs for $Test::Builder::Level showing the encouraged
use (increment, don't set)
- Documented the return value of Test::Builder's test methods
- Split out TB's method documentation to differenciate between test
methods (ok, is_eq...), methods useful in testing (skip, BAILOUT...)
and methods useful for building your own tests (maybe_regex...).
Test fixes
- We required too old a version of Test::Pod::Coverage. Need 1.08 and not
1.00. [rt.cpan.org 25351]
To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 pkgsrc/devel/p5-Test-Simple/Makefile
cvs rdiff -r1.15 -r1.16 pkgsrc/devel/p5-Test-Simple/distinfo
cvs rdiff -r1.5 -r1.6 pkgsrc/devel/p5-Test-Simple/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.