forked from mirrors/nixpkgs
perlPackages.Test2PluginUUID: init at 0.002001
This commit is contained in:
parent
974155138c
commit
5a6c62b211
|
@ -19829,6 +19829,21 @@ let
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Test2PluginUUID = buildPerlPackage {
|
||||||
|
pname = "Test2-Plugin-UUID";
|
||||||
|
version = "0.002001";
|
||||||
|
src = fetchurl {
|
||||||
|
url = "mirror://cpan/authors/id/E/EX/EXODIST/Test2-Plugin-UUID-0.002001.tar.gz";
|
||||||
|
sha256 = "4c6c8d484d7153d8779dc155a992b203095b5c5aa1cfb1ee8bcedcd0601878c9";
|
||||||
|
};
|
||||||
|
buildInputs = [ Test2Suite ];
|
||||||
|
propagatedBuildInputs = [ DataUUID ];
|
||||||
|
meta = {
|
||||||
|
description = "Use REAL UUIDs in Test2";
|
||||||
|
license = with lib.licenses; [ artistic1 gpl1Plus ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
Test2PluginNoWarnings = buildPerlPackage {
|
Test2PluginNoWarnings = buildPerlPackage {
|
||||||
pname = "Test2-Plugin-NoWarnings";
|
pname = "Test2-Plugin-NoWarnings";
|
||||||
version = "0.09";
|
version = "0.09";
|
||||||
|
|
Loading…
Reference in a new issue