pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Test-Simple
Module Name: pkgsrc
Committed By: sno
Date: Fri Jun 12 07:51:51 UTC 2009
Modified Files:
pkgsrc/devel/p5-Test-Simple: Makefile distinfo
Log Message:
pkgsrc changes:
- Updating package for p5 modules around Test::Simple from 0.86 to 0.88
- Setting LICENSE=${PERL5_LICENSE} according to META.yaml
Upstream changes:
0.88 Sat May 30 12:31:24 PDT 2009
Turing 0.87_03 into a stable release.
0.87_03 Sun May 24 13:41:40 PDT 2009
New Features
* isa_ok() now works on classes. (Peter Scott)
0.87_02 Sat Apr 11 12:54:14 PDT 2009
Test Fixes
* Some filesystems don't like it when you open a file for writing multiple
times. Fixes t/Builder/reset.t. [rt.cpan.org 17298]
* Check how an operating system is going to map exit codes. Some OS'
will map them... sometimes. [rt.cpan.org 42148]
* Fix Test::Builder::NoOutput on 5.6.2.
0.87_01 Sun Mar 29 09:56:52 BST 2009
New Features
* done_testing() allows you to declare that you have finished running tests,
and how many you ran. It is a safer no_plan and effectively replaces it.
* output() now supports scalar references.
Feature Changes
* You can now run a test without first declaring a plan. This allows
done_testing() to work.
* You can now call current_test() without first declaring a plan.
Bug Fixes
* skip_all() with no reason would output "1..0" which is invalid TAP. It
will
now always include the SKIP directive.
Other
* Repository moved to github.
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/p5-Test-Simple/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/p5-Test-Simple/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index