[cpan2nix] perlPackages.JSON: cleanup

This commit is contained in:
volth 2018-04-07 07:51:05 +00:00
parent 25a57bfe96
commit 125c7c1357

View File

@ -7683,11 +7683,11 @@ let self = _self // overrides; _self = with self; {
postConfigure = ''
cp lib/JSON/backportPP.pm{orig,}
'';
buildInputs = [ TestPod ];
meta = {
description = "JSON (JavaScript Object Notation) encoder/decoder";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
doCheck = false;
};
JSONAny = buildPerlPackage {