[cpan2nix] perlPackages.TestHarness: removed built-in

This commit is contained in:
volth 2018-12-14 14:53:32 +00:00
parent a004f7e670
commit 6f4c9b145b

View file

@ -15182,19 +15182,7 @@ let
};
};
TestHarness = buildPerlPackage {
name = "Test-Harness-3.42";
src = fetchurl {
url = mirror://cpan/authors/id/L/LE/LEONT/Test-Harness-3.42.tar.gz;
sha256 = "0fd90d4efea82d6e262e6933759e85d27cbcfa4091b14bf4042ae20bab528e53";
};
doCheck = false; # makes assumptions about path to Perl
meta = {
homepage = http://testanything.org/;
description = "Run Perl standard test scripts with statistics";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
};
TestHarness = null; # part of Perl 5.28
TestHarnessStraps = buildPerlModule {
name = "Test-Harness-Straps-0.30";