diff options
author | sno <sno@pkgsrc.org> | 2010-01-17 01:03:10 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-01-17 01:03:10 +0000 |
commit | 1e7a65e29ac765262dca979c198ee7307f2f3484 (patch) | |
tree | 2e26622c4e6c24305eb6307f8473b011bc4b24e9 | |
parent | d5c9c0bac394b9430d72f2520fb0ac485a35f3b8 (diff) | |
download | pkgsrc-1e7a65e29ac765262dca979c198ee7307f2f3484.tar.gz |
Updating devel/p5-Test-Aggregate from 0.36.1 to 0.36.3
Upstream changes:
0.363 24/11/2009
- Pass current test name to setup and teardown.
0.362 17/11/2009
- Removed broken "check_plan" from Test::Aggregate. It was always
dodgy and really doesn't contribute much and the latest release
broke with 'no_plan'. We now warn if we see this.
- Minimum Test::More is now 0.94. This gives us more robust nested
TAP.
-rw-r--r-- | devel/p5-Test-Aggregate/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Test-Aggregate/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-Test-Aggregate/Makefile b/devel/p5-Test-Aggregate/Makefile index f427eedfb83..8702b5fc0b4 100644 --- a/devel/p5-Test-Aggregate/Makefile +++ b/devel/p5-Test-Aggregate/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2009/10/25 11:36:32 sno Exp $ +# $NetBSD: Makefile,v 1.3 2010/01/17 01:03:10 sno Exp $ -DISTNAME= Test-Aggregate-0.361 -PKGNAME= p5-${DISTNAME:S/361/36.1/} +DISTNAME= Test-Aggregate-0.363 +PKGNAME= p5-${DISTNAME:S/363/36.3/} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} diff --git a/devel/p5-Test-Aggregate/distinfo b/devel/p5-Test-Aggregate/distinfo index a85ecd0d1ea..fdbb5520534 100644 --- a/devel/p5-Test-Aggregate/distinfo +++ b/devel/p5-Test-Aggregate/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2009/10/25 11:36:32 sno Exp $ +$NetBSD: distinfo,v 1.3 2010/01/17 01:03:10 sno Exp $ -SHA1 (Test-Aggregate-0.361.tar.gz) = 678804e7707d424cd4c2919787b4a6151609dfa4 -RMD160 (Test-Aggregate-0.361.tar.gz) = 38d6ca400add4d39d15afe8a981292d4de6b6eab -Size (Test-Aggregate-0.361.tar.gz) = 25124 bytes +SHA1 (Test-Aggregate-0.363.tar.gz) = 913577866c887788e56073e1af5528d470325d83 +RMD160 (Test-Aggregate-0.363.tar.gz) = 8829fec127f35f944423c50587a35f09648ac894 +Size (Test-Aggregate-0.363.tar.gz) = 25398 bytes |