[cpan2nix] perlPackages.AutoLoader: removed built-in
This commit is contained in:
parent
957810e04f
commit
2a10f6dbdb
1 changed files with 1 additions and 11 deletions
|
@ -678,17 +678,7 @@ let self = _self // overrides; _self = with self; {
|
||||||
|
|
||||||
autodie = null; # part of Perl
|
autodie = null; # part of Perl
|
||||||
|
|
||||||
AutoLoader = buildPerlPackage {
|
AutoLoader = null; # part of Perl 5.22
|
||||||
name = "AutoLoader-5.74";
|
|
||||||
src = fetchurl {
|
|
||||||
url = mirror://cpan/authors/id/S/SM/SMUELLER/AutoLoader-5.74.tar.gz;
|
|
||||||
sha256 = "2fac75b05309f71a6871804cd25e1a3ba0a28f43f294fb54528077558da3aff4";
|
|
||||||
};
|
|
||||||
meta = {
|
|
||||||
description = "Load subroutines only on demand";
|
|
||||||
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
autovivification = buildPerlPackage rec {
|
autovivification = buildPerlPackage rec {
|
||||||
name = "autovivification-0.18";
|
name = "autovivification-0.18";
|
||||||
|
|
Loading…
Reference in a new issue