Unverified Commit 1637d57c authored by Stig's avatar Stig Committed by GitHub
Browse files

perlPackages.TestStrict: init at 0.54 (#484168)

parents 50cd22a1 fd3e4dd1
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -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";