Subject: CVS commit: pkgsrc/devel/p5-Test-Simple
To: None <pkgsrc-changes@NetBSD.org>
From: OBATA Akio <obache@netbsd.org>
List: pkgsrc-changes
Date: 10/21/2006 07:38:42
Module Name: pkgsrc
Committed By: obache
Date: Sat Oct 21 07:38:42 UTC 2006
Modified Files:
pkgsrc/devel/p5-Test-Simple: Makefile distinfo
pkgsrc/devel/p5-Test-Simple/patches: patch-aa
Log Message:
Update p5-Test-Simple to 0.64.
0.64 Sun Jul 16 02:47:29 PDT 2006
* 0.63's change to test_fail() broke backwards compatibility. They
have been removed for the time being. test_pass() went with it.
This is [rt.cpan.org 11317] and [rt.cpan.org 11319].
- skip() will now warn if you get the args backwards.
0.63 Sun Jul 9 02:36:36 PDT 2006
* Fixed can_ok() to gracefully handle no class name.
Submitted by "Pete Krawczyk" <perl@bsod.net>
Implemented by "Richard Foley" <richard.foley@rfi.net>
[rt.cpan.org 15654]
* Added test_pass() to Test::Builder::Tester rather than having to
call test_out("ok 1 - foo"). <chromatic@wgz.org> [rt.cpan.org 11317]
* test_fail() now accepts a test diagnostic rather than having to
call test_out() separately. <chromatic@wgz.org> [rt.cpan.org 11319]
- Changed Test::Builder::Tester docs to show best practice using
test_fail() and test_pass().
- isnt_num() doc example wrongly showed is_num(). <chromatic@wgz.org>
- Fixed a minor typo in the BAIL_OUT() docs. <Jeff Deifik>
- Removed the LICENSE field from the Makefile.PL as the release of
MakeMaker with that feature has been delayed.
To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 pkgsrc/devel/p5-Test-Simple/Makefile
cvs rdiff -r1.13 -r1.14 pkgsrc/devel/p5-Test-Simple/distinfo
cvs rdiff -r1.3 -r1.4 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.