mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-18 03:34:58 +00:00
[cpan2nix] perlPackages.Test2PluginNoWarnings: 0.08 -> 0.09
This commit is contained in:
parent
97e0f36c9d
commit
ba891da36c
@ -18774,16 +18774,17 @@ let
|
||||
|
||||
Test2PluginNoWarnings = buildPerlPackage {
|
||||
pname = "Test2-Plugin-NoWarnings";
|
||||
version = "0.08";
|
||||
version = "0.09";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/D/DR/DROLSKY/Test2-Plugin-NoWarnings-0.08.tar.gz";
|
||||
sha256 = "122rcksn4qg0f99ap9ppmkvk0fvxcqa9jlqmq7wlk3q0ajylr4cy";
|
||||
url = "mirror://cpan/authors/id/D/DR/DROLSKY/Test2-Plugin-NoWarnings-0.09.tar.gz";
|
||||
sha256 = "0x7vy9r5gyxqg3qy966frj8ywkckkv7mc83xy4mkdvrf0h0dhgdy";
|
||||
};
|
||||
buildInputs = [ IPCRun3 Test2Suite ];
|
||||
meta = {
|
||||
description = "Fail if tests warn";
|
||||
license = with stdenv.lib.licenses; [ artistic2 ];
|
||||
};
|
||||
propagatedBuildInputs = [ TestSimple13 ];
|
||||
};
|
||||
|
||||
Test2Suite = buildPerlPackage {
|
||||
|
Loading…
Reference in New Issue
Block a user