Update to 0.368
Upstream changes: 0.368 2013-08-14 - Fix tests on windows 0.367 2013-08-13 - Improve Test::Aggregate::Nested error handling: Don't treat undef as a failure; Show a warning and let Test::More::subtest() determine the result. This solves the false negative reported in https://rt.cpan.org/Public/Bug/Display.html?id=87240 Thanks to the venerable Andreas J. K枚nig for reporting! - Add more tests. - Actually include previously added tests to the dist (Where are you Dist::Zilla?) 0.366 2013-07-11 - Update metadata; Re-release to reindex with additional permissions 0.365 2013-07-10 - Avoid printing unnecessary "ok - "'s diag()s when they are passing, and when the 'verbose' option is set to 0. - The problem was that the $verbose option was hard-coded as '2' deep inside the module. - Catch errors in tests under Test::Aggregate::Nested; report as ok(0) - Pod fixes - Update repository metadata
This commit is contained in:
parent
8d456fcbdd
commit
0feb434d0e
2 changed files with 6 additions and 7 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.9 2013/05/31 12:40:47 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2013/08/15 08:20:37 wen Exp $
|
||||
|
||||
DISTNAME= Test-Aggregate-0.364
|
||||
DISTNAME= Test-Aggregate-0.368
|
||||
PKGNAME= p5-${DISTNAME:S/363/36.3/}
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.4 2011/12/02 09:52:02 hiramatsu Exp $
|
||||
$NetBSD: distinfo,v 1.5 2013/08/15 08:20:37 wen Exp $
|
||||
|
||||
SHA1 (Test-Aggregate-0.364.tar.gz) = 0a753a310e16da9574523f767ec4e2989a15efca
|
||||
RMD160 (Test-Aggregate-0.364.tar.gz) = 79b814d20dfd2ee9ad51160ae6eff2bcf169284d
|
||||
Size (Test-Aggregate-0.364.tar.gz) = 20860 bytes
|
||||
SHA1 (Test-Aggregate-0.368.tar.gz) = ec047cd553876dec8f9dde69cf16f1209be176c4
|
||||
RMD160 (Test-Aggregate-0.368.tar.gz) = 2608bac37dd89c2660f90a55bcac1383b7cefe3b
|
||||
Size (Test-Aggregate-0.368.tar.gz) = 32104 bytes
|
||||
|
|
Loading…
Reference in a new issue