diff options
author | sno <sno@pkgsrc.org> | 2009-06-12 07:51:51 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-06-12 07:51:51 +0000 |
commit | 8d352615a2fa5bc963c476279d3a9000dfaa87a7 (patch) | |
tree | 4756be3e98e8764e15b503f0e887dabe7d3bbde5 /devel | |
parent | d62fb53c74ef927ddc26f22171be495756560934 (diff) | |
download | pkgsrc-8d352615a2fa5bc963c476279d3a9000dfaa87a7.tar.gz |
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.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-Simple/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Test-Simple/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/devel/p5-Test-Simple/Makefile b/devel/p5-Test-Simple/Makefile index 7225800f559..50e934fe691 100644 --- a/devel/p5-Test-Simple/Makefile +++ b/devel/p5-Test-Simple/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.41 2008/12/10 16:52:59 rhaen Exp $ +# $NetBSD: Makefile,v 1.42 2009/06/12 07:51:51 sno Exp $ -DISTNAME= Test-Simple-0.86 +DISTNAME= Test-Simple-0.88 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5tsi CATEGORIES= devel perl5 @@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} MAINTAINER= rhaen@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Test-Simple/ COMMENT= Perl5 module with a simple framework for writing tests +LICENSE= ${PERL5_LICENSE} CONFLICTS+= p5-Test-Builder-Tester-[0-9]* diff --git a/devel/p5-Test-Simple/distinfo b/devel/p5-Test-Simple/distinfo index a0168492039..10601011c92 100644 --- a/devel/p5-Test-Simple/distinfo +++ b/devel/p5-Test-Simple/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.23 2008/12/10 16:52:59 rhaen Exp $ +$NetBSD: distinfo,v 1.24 2009/06/12 07:51:51 sno Exp $ -SHA1 (Test-Simple-0.86.tar.gz) = b3a66d297459cf9ca6d952af8f87ceb3ad6c54a8 -RMD160 (Test-Simple-0.86.tar.gz) = 19a69e52d2d7cabd2df47aab976758bd4fd0846b -Size (Test-Simple-0.86.tar.gz) = 89489 bytes +SHA1 (Test-Simple-0.88.tar.gz) = 75941e8bf60e9b00eede30aac1677c0fc50a3bab +RMD160 (Test-Simple-0.88.tar.gz) = 81f57ba3122605bb1ae4abc4c37a9033f0044fff +Size (Test-Simple-0.88.tar.gz) = 98436 bytes |