perlPackages.Test2PluginUUID: init at 0.002001

This commit is contained in:
Graham Christensen 2021-02-19 11:13:54 -05:00
parent 974155138c
commit 5a6c62b211
No known key found for this signature in database
GPG key ID: FE918C3A98C1030F

View file

@ -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 {
pname = "Test2-Plugin-NoWarnings";
version = "0.09";