[cpan2nix] perlPackages.Test2PluginNoWarnings: 0.06 -> 0.07
This commit is contained in:
parent
c97debca19
commit
1b11e8b46d
@ -16408,12 +16408,12 @@ let
|
|||||||
|
|
||||||
Test2PluginNoWarnings = buildPerlPackage {
|
Test2PluginNoWarnings = buildPerlPackage {
|
||||||
pname = "Test2-Plugin-NoWarnings";
|
pname = "Test2-Plugin-NoWarnings";
|
||||||
version = "0.06";
|
version = "0.07";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/D/DR/DROLSKY/Test2-Plugin-NoWarnings-0.06.tar.gz;
|
url = mirror://cpan/authors/id/D/DR/DROLSKY/Test2-Plugin-NoWarnings-0.07.tar.gz;
|
||||||
sha256 = "002qk6qsm0l6r2kaxywvc38w0yf0mlavgywq8li076pn6kcw3242";
|
sha256 = "1sxqcbklmpxpkysq3wbivs77n3c8mvasvfa38dzmyqz04ifaf7gz";
|
||||||
};
|
};
|
||||||
buildInputs = [ IPCRun3 Test2Suite ];
|
buildInputs = [ CaptureTiny IPCRun3 Test2Suite ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Fail if tests warn";
|
description = "Fail if tests warn";
|
||||||
license = with stdenv.lib.licenses; [ artistic2 ];
|
license = with stdenv.lib.licenses; [ artistic2 ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user