[cpan2nix] perlPackages.TestCompile: cleanup

This commit is contained in:
volth 2018-04-07 07:54:36 +00:00
parent eae26a6907
commit 06f01bd43d
1 changed files with 3 additions and 4 deletions

View File

@ -13770,13 +13770,12 @@ let self = _self // overrides; _self = with self; {
};
};
TestCompile = buildPerlPackage rec {
name = "Test-Compile-v1.3.0";
TestCompile = buildPerlModule rec {
name = "Test-Compile-1.3.0";
src = fetchurl {
url = "mirror://cpan/authors/id/E/EG/EGILES/${name}.tar.gz";
url = mirror://cpan/authors/id/E/EG/EGILES/Test-Compile-v1.3.0.tar.gz;
sha256 = "77527e9477ac5260443c756367a7f7bc3d8f6c6ebbc561b0b2fb3f79303bad33";
};
buildInputs = [ ModuleBuild ];
propagatedBuildInputs = [ UNIVERSALrequire ];
meta = {
description = "Check whether Perl files compile correctly";