perl-Test-Warnings: 0.016 -> 0.021
This commit is contained in:
parent
372e5586b2
commit
67861f4b75
@ -11223,13 +11223,13 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
TestWarnings = buildPerlPackage {
|
TestWarnings = buildPerlPackage rec {
|
||||||
name = "Test-Warnings-0.016";
|
name = "Test-Warnings-0.021";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/E/ET/ETHER/Test-Warnings-0.016.tar.gz;
|
url = "mirror://cpan/authors/id/E/ET/ETHER/${name}.tar.gz";
|
||||||
sha256 = "09ebc9afa29eb4d1d44fbd974dfcd52e0a2d9ce7ec3e3ee7602394157831aba9";
|
sha256 = "0i1crkhqfl5gs55i5nrvsw3xy946ajgnvp4gqrzvsn1x6cp1i2nr";
|
||||||
};
|
};
|
||||||
buildInputs = [ TestTester if_ ];
|
buildInputs = [ TestTester if_ CPANMetaCheck ModuleMetadata ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://github.com/karenetheridge/Test-Warnings;
|
homepage = https://github.com/karenetheridge/Test-Warnings;
|
||||||
description = "Test for warnings and the lack of them";
|
description = "Test for warnings and the lack of them";
|
||||||
|
Loading…
Reference in New Issue
Block a user