[cpan2nix] perlPackages.AttributeHandlers: removed built-in
This commit is contained in:
parent
8621415289
commit
b139a94587
|
@ -407,17 +407,7 @@ let
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
AttributeHandlers = buildPerlPackage {
|
AttributeHandlers = null; # part of Perl 5.26
|
||||||
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 ];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
AttributeParamsValidate = buildPerlPackage {
|
AttributeParamsValidate = buildPerlPackage {
|
||||||
name = "Attribute-Params-Validate-1.21";
|
name = "Attribute-Params-Validate-1.21";
|
||||||
|
|
Loading…
Reference in New Issue