[cpan2nix] perlPackages.TestWarnings: 0.026 -> 0.027

This commit is contained in:
volth 2019-10-22 07:09:37 +00:00
parent 520952c953
commit 360e169b93

View file

@ -18156,12 +18156,12 @@ let
TestWarnings = buildPerlPackage {
pname = "Test-Warnings";
version = "0.026";
version = "0.027";
src = fetchurl {
url = mirror://cpan/authors/id/E/ET/ETHER/Test-Warnings-0.026.tar.gz;
sha256 = "ae2b68b1b5616704598ce07f5118efe42dc4605834453b7b2be14e26f9cc9a08";
url = mirror://cpan/authors/id/E/ET/ETHER/Test-Warnings-0.027.tar.gz;
sha256 = "118dd9f48408557555f0af5478e0e873f9df0952cf5911f697a4ce5165880864";
};
buildInputs = [ CPANMetaCheck ];
buildInputs = [ CPANMetaCheck PadWalker ];
meta = {
homepage = https://github.com/karenetheridge/Test-Warnings;
description = "Test for warnings and the lack of them";