perlPackages.JSON: fix tests

+1
+1
pkgs/top-level/perl-packages.nix
··· 8093 8093 preConfigure = '' 8094 8094 substituteInPlace Makefile.PL --replace "exit 0;" "" 8095 8095 ''; 8096 + buildInputs = [ TestPod ]; 8096 8097 meta = { 8097 8098 description = "JSON (JavaScript Object Notation) encoder/decoder"; 8098 8099 license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];