perlPackages.TestStrict: init at 0.54 (#484168)
This commit is contained in:
@@ -35269,6 +35269,23 @@ with self;
|
||||
};
|
||||
};
|
||||
|
||||
TestStrict = buildPerlPackage {
|
||||
pname = "Test-Strict";
|
||||
version = "0.54";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/M/MA/MANWAR/Test-Strict-0.54.tar.gz";
|
||||
hash = "sha256-9oB1F4I6kKlrQN7q7ZqggAgt7UtQpRIE9b4efOd0yFw=";
|
||||
};
|
||||
buildInputs = [ IOStringy ];
|
||||
meta = {
|
||||
description = "Check syntax, presence of use strict; and test coverage";
|
||||
license = with lib.licenses; [
|
||||
artistic1
|
||||
gpl1Plus
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
TestSubCalls = buildPerlPackage {
|
||||
pname = "Test-SubCalls";
|
||||
version = "1.10";
|
||||
|
||||
Reference in New Issue
Block a user