[cpan2nix] perlPackages.Test2PluginNoWarnings: 0.08 -> 0.09
This commit is contained in:
parent
97e0f36c9d
commit
ba891da36c
@ -18774,16 +18774,17 @@ let
|
|||||||
|
|
||||||
Test2PluginNoWarnings = buildPerlPackage {
|
Test2PluginNoWarnings = buildPerlPackage {
|
||||||
pname = "Test2-Plugin-NoWarnings";
|
pname = "Test2-Plugin-NoWarnings";
|
||||||
version = "0.08";
|
version = "0.09";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/D/DR/DROLSKY/Test2-Plugin-NoWarnings-0.08.tar.gz";
|
url = "mirror://cpan/authors/id/D/DR/DROLSKY/Test2-Plugin-NoWarnings-0.09.tar.gz";
|
||||||
sha256 = "122rcksn4qg0f99ap9ppmkvk0fvxcqa9jlqmq7wlk3q0ajylr4cy";
|
sha256 = "0x7vy9r5gyxqg3qy966frj8ywkckkv7mc83xy4mkdvrf0h0dhgdy";
|
||||||
};
|
};
|
||||||
buildInputs = [ IPCRun3 Test2Suite ];
|
buildInputs = [ 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 ];
|
||||||
};
|
};
|
||||||
|
propagatedBuildInputs = [ TestSimple13 ];
|
||||||
};
|
};
|
||||||
|
|
||||||
Test2Suite = buildPerlPackage {
|
Test2Suite = buildPerlPackage {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user