[cpan2nix] perlPackages.TestHarness: removed built-in
This commit is contained in:
parent
a004f7e670
commit
6f4c9b145b
@ -15182,19 +15182,7 @@ let
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
TestHarness = buildPerlPackage {
|
TestHarness = null; # part of Perl 5.28
|
||||||
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 ];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
TestHarnessStraps = buildPerlModule {
|
TestHarnessStraps = buildPerlModule {
|
||||||
name = "Test-Harness-Straps-0.30";
|
name = "Test-Harness-Straps-0.30";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user