Subject: CVS commit: pkgsrc/devel/p5-Test-Simple
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 09/18/2007 21:17:48
Module Name: pkgsrc
Committed By: wiz
Date: Tue Sep 18 21:17:48 UTC 2007
Modified Files:
pkgsrc/devel/p5-Test-Simple: Makefile distinfo
pkgsrc/devel/p5-Test-Simple/patches: patch-aa
Log Message:
Update to 0.71:
0.71 Thu Sep 13 20:42:36 PDT 2007
Bug fixes
- Fixed a problem with BEGIN { use_ok } silently failing when there's no
plan set. [rt.cpan.org 28345] Thanks Adriano Ferreira and Yitzchak.
- Fixed an obscure problem with is_deeply() and overloading ==
[rt.cpan.org 20768]. Thanks Sisyphus.
Test fixes
- Removed dependency on Text::Soundex [rt.cpan.org 25022]
- Fixed a 5.5.x failure in fail-more.t
* Got rid of the annoying sort_bug.t test that revealed problems with some
threaded perls. It was testing the deprecated eq_* functions and not worth the
bother. Now it tests is_deeply(). [rt.cpan.org 17791]
Doc fixes
- Minor POD mistake in Test::Builder [rt.cpan.org 28869]
* Test::FAQ has been updated with some more answers.
Install fixes
- Fixed the "LICENSE is not a known MakeMaker parameter name" warning
on older MakeMakers for real this time.
To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 pkgsrc/devel/p5-Test-Simple/Makefile
cvs rdiff -r1.17 -r1.18 pkgsrc/devel/p5-Test-Simple/distinfo
cvs rdiff -r1.6 -r1.7 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.