diff options
author | wen <wen@pkgsrc.org> | 2020-07-23 11:33:25 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2020-07-23 11:33:25 +0000 |
commit | 6be652c5349cd2c97095a012e255420e2cdf1433 (patch) | |
tree | 9360f147e434381f3dd668e72e447666122b2629 | |
parent | 4ea27690d98b1ceb9bd830f28d28987b96c6fb11 (diff) | |
download | pkgsrc-6be652c5349cd2c97095a012e255420e2cdf1433.tar.gz |
Update to 0.030
Upstream changes:
0.030 2020-03-21 16:56:30Z
- fix tests that can fail when there is already an installed module
named Foo::Bar::Baz (RT#132140)
0.029 2020-03-14 05:27:59Z
- new :report_warnings feature, for printing all of the (unexpected)
warning content when had_no_warnings() is called (Tina Mueller, PR#10)
-rw-r--r-- | devel/p5-Test-Warnings/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Test-Warnings/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/p5-Test-Warnings/Makefile b/devel/p5-Test-Warnings/Makefile index 99a60839229..bc4299947d8 100644 --- a/devel/p5-Test-Warnings/Makefile +++ b/devel/p5-Test-Warnings/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2020/01/07 13:10:20 wen Exp $ +# $NetBSD: Makefile,v 1.20 2020/07/23 11:33:25 wen Exp $ -DISTNAME= Test-Warnings-0.028 +DISTNAME= Test-Warnings-0.030 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} diff --git a/devel/p5-Test-Warnings/distinfo b/devel/p5-Test-Warnings/distinfo index 96d4c45d6d6..1fbc3cfa059 100644 --- a/devel/p5-Test-Warnings/distinfo +++ b/devel/p5-Test-Warnings/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2020/01/07 13:10:20 wen Exp $ +$NetBSD: distinfo,v 1.11 2020/07/23 11:33:25 wen Exp $ -SHA1 (Test-Warnings-0.028.tar.gz) = 0f3235cbdeec6cbb08d71b6446e0c981f5dbddd4 -RMD160 (Test-Warnings-0.028.tar.gz) = 524351df06476a48f8f6eba2f8f256da95d50a51 -SHA512 (Test-Warnings-0.028.tar.gz) = 6e8c1012eeebd3260d36ef0bf731a6351ce704a400e24709009bc72b07a4411d6725ea612e19ad55edca6d985e0ea8d9da3a51713b4c655e5783f3d9e6e39ab0 -Size (Test-Warnings-0.028.tar.gz) = 41684 bytes +SHA1 (Test-Warnings-0.030.tar.gz) = e69e6377f566c99939a084e0ca0e3a98cc624d9c +RMD160 (Test-Warnings-0.030.tar.gz) = acf0c565a6b9d999c88b98be8f3dc9ab0d7027bd +SHA512 (Test-Warnings-0.030.tar.gz) = bb9fe480263b700d499fb6bff4321711807f63c0c96d1dd9b27fa8ee1d8a629fe23c46f37125a4c569c5bf784ff35fccce5815dfa93af55b2dfdcc99311fb40b +Size (Test-Warnings-0.030.tar.gz) = 42304 bytes |