Subject: CVS commit: pkgsrc/devel/p5-Test-Simple
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 02/18/2007 01:55:15
Module Name: pkgsrc
Committed By: wiz
Date: Sun Feb 18 01:55:15 UTC 2007
Modified Files:
pkgsrc/devel/p5-Test-Simple: Makefile distinfo
pkgsrc/devel/p5-Test-Simple/patches: patch-aa
Log Message:
Update to 0.67:
0.67 Mon Jan 22 13:27:40 PST 2007
Test fixes
- t/pod_coverage.t would fail if Test::Pod::Coverage between 1.07 and
1.00 were installed as it depended on all_modules being exported.
[rt.cpan.org 24483]
0.66 Sun Dec 3 15:25:45 PST 2006
- Restore 5.4.5 compatibility (unobe@cpan.org) [rt.cpan.org 20513]
0.65 Fri Nov 10 10:26:51 CST 2006
0.64_03 Sun Nov 5 13:09:55 EST 2006
- Tests will no longer warn when run against an alpha version of
Test::Harness [rt.cpan.org #20501]
- Now testing our POD and POD coverage.
- Added a LICENSE field.
- Removed warning from the docs about mixing numbered and unnumbered
tests. There's nothing wrong with that. [rt.cpan.org 21358]
- Change doc examples to talk about $got and $expected rather than
$this and $that to correspond better to the diagnostic output
[rt.cpan.org 2655]
0.64_02 Sat Sep 9 12:16:56 EDT 2006
- Last release broke Perls earlier than 5.8.
0.64_01 Mon Sep 4 04:40:42 EDT 2006
- Small improvement to the docs to avoid user confusion over
"use Test::More tests => $num_tests" (Thanks Eric Wilhelm)
- Minor fix for a test failure in is_deeply_fail for some Windows
users. Not a real bug. [rt.cpan.org 21310]
- _print_diag() accidentally leaked into the public documentation.
It is a private method.
* Added Test::Builder->carp() and croak()
* Made most of the error messages report in the caller's context.
[rt.cpan.org #20639]
* Made the failure diagnostic message file and line reporting portion
match Perl's for easier integration with Perl aware editors.
(so its "at $file line $line_num." now)
[rt.cpan.org #20639]
* 5.8.0 threads are no longer supported. There's too many bugs.
To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 pkgsrc/devel/p5-Test-Simple/Makefile
cvs rdiff -r1.14 -r1.15 pkgsrc/devel/p5-Test-Simple/distinfo
cvs rdiff -r1.4 -r1.5 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.