[cpan2nix] perlPackages.ModuleCoreList: removed built-in

This commit is contained in:
volth 2019-04-22 01:07:32 +00:00
parent dc14eacde8
commit 01414e8b6c
1 changed files with 1 additions and 12 deletions

View File

@ -9806,18 +9806,7 @@ let
buildInputs = [ Filepushd ];
};
ModuleCoreList = buildPerlPackage {
name = "Module-CoreList-5.20190220";
src = fetchurl {
url = mirror://cpan/authors/id/B/BI/BINGOS/Module-CoreList-5.20190220.tar.gz;
sha256 = "0v5yavg3ggal8aj00426wkjw38yrji449lkaaxs0ynwjqhnq01i7";
};
meta = {
homepage = http://dev.perl.org/;
description = "What modules shipped with versions of perl";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
};
ModuleCoreList = null; # part of Perl 5.28
ModuleExtractUse = buildPerlModule rec {
name = "Module-ExtractUse-0.343";