perlPackages.Test2PluginMemUsage: init at 0.002003

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

View file

@ -19815,6 +19815,20 @@ let
};
};
Test2PluginMemUsage = buildPerlPackage {
pname = "Test2-Plugin-MemUsage";
version = "0.002003";
src = fetchurl {
url = "mirror://cpan/authors/id/E/EX/EXODIST/Test2-Plugin-MemUsage-0.002003.tar.gz";
sha256 = "5e0662d5a823ae081641f5ce82843111eec1831cd31f883a6c6de54afdf87c25";
};
buildInputs = [ Test2Suite ];
meta = {
description = "Collect and display memory usage information";
license = with lib.licenses; [ artistic1 gpl1Plus ];
};
};
Test2PluginNoWarnings = buildPerlPackage {
pname = "Test2-Plugin-NoWarnings";
version = "0.09";