[cpan2nix] perlPackages.AttributeHandlers: removed built-in

This commit is contained in:
volth 2018-10-02 01:12:31 +00:00
parent 8621415289
commit b139a94587
1 changed files with 1 additions and 11 deletions

View File

@ -407,17 +407,7 @@ let
};
};
AttributeHandlers = buildPerlPackage {
name = "Attribute-Handlers-0.99";
src = fetchurl {
url = mirror://cpan/authors/id/R/RJ/RJBS/Attribute-Handlers-0.99.tar.gz;
sha256 = "937ea3ebfc9b14f4a4148bf3c32803709edbd12a387137a26370b38ee1fc9835";
};
meta = {
description = "Simpler definition of attribute handlers";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
};
AttributeHandlers = null; # part of Perl 5.26
AttributeParamsValidate = buildPerlPackage {
name = "Attribute-Params-Validate-1.21";