diff options
author | wen <wen@pkgsrc.org> | 2013-04-13 13:59:13 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2013-04-13 13:59:13 +0000 |
commit | 0a4d93dd5b5447acc0bd196e2796e26b973c9348 (patch) | |
tree | be95a0c253f0618898c4661d65489c82384a6d9a /devel | |
parent | c3ff5a8936acf8d1f801ef4efcea1879d6dcf753 (diff) | |
download | pkgsrc-0a4d93dd5b5447acc0bd196e2796e26b973c9348.tar.gz |
Update to 0.39
Upstream changes:
0.39 or the "For the QA Hackathon 2013" release [2013-04-12]
- Merged schwern's https://github.com/adrianh/test-class/pull/2
"Fix Test::Class for Test::Builder 1.5" - thank you Schwern!
0.38 or the "We need Test::Class to work on Windows" release [2012-11-19]
- Many thanks to the ever excellent Ovid for actually making this happen.
- die-in-setup.t will work on Windows (thanks to Alexandr Ciornii for
the patch)
- Fix docs to explain "no_plan" in start up" (thanks to skington for the
patch)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-Class/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Test-Class/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-Test-Class/Makefile b/devel/p5-Test-Class/Makefile index c0126647bf6..377c4b5f785 100644 --- a/devel/p5-Test-Class/Makefile +++ b/devel/p5-Test-Class/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2012/10/31 11:19:03 asau Exp $ +# $NetBSD: Makefile,v 1.12 2013/04/13 13:59:13 wen Exp $ -DISTNAME= Test-Class-0.37 +DISTNAME= Test-Class-0.39 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} diff --git a/devel/p5-Test-Class/distinfo b/devel/p5-Test-Class/distinfo index 1636717547f..a1c5f5c6105 100644 --- a/devel/p5-Test-Class/distinfo +++ b/devel/p5-Test-Class/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2012/09/11 08:19:06 sno Exp $ +$NetBSD: distinfo,v 1.7 2013/04/13 13:59:13 wen Exp $ -SHA1 (Test-Class-0.37.tar.gz) = 8292d6abf008f4c649112fa14b42c02c262f66bf -RMD160 (Test-Class-0.37.tar.gz) = b0aa87ed32f4d0c52fff449e50c76fb08b82718b -Size (Test-Class-0.37.tar.gz) = 77317 bytes +SHA1 (Test-Class-0.39.tar.gz) = 3f0e230e8c06a97dae44644971fbb754e5a37e05 +RMD160 (Test-Class-0.39.tar.gz) = 193b129642ddc09f57dfb9c12059c2e9cfae8a44 +Size (Test-Class-0.39.tar.gz) = 78655 bytes |