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.
This commit is contained in:
sno 2009-06-12 07:51:51 +00:00
parent b9fa72738a
commit 7f87df67aa
2 changed files with 7 additions and 6 deletions

View file

@ -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]*

View file

@ -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