Use the JSON module

For some reason JSON::XS doesn't work since the last Perl packages
update.  Should investigate.
This commit is contained in:
Eelco Dolstra 2013-01-23 15:47:09 +01:00
parent 2d36b75d3e
commit 3826fc5201

View file

@ -22,6 +22,7 @@ with pkgs;
perlPackages.FileSlurp
perlPackages.IOCompress
perlPackages.IPCRun
perlPackages.JSON # FIXME: JSON::XS should work
perlPackages.JSONXS
perlPackages.NetTwitterLite
perlPackages.PadWalker