Switch to JSON::MaybeXS
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 11 Oct 2014 22:01:47 +0000 (01:01 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 11 Oct 2014 22:01:47 +0000 (01:01 +0300)
Makefile.PL
lib/WWW/BackpackTF.pm

index 48ad885b14f1b402845d1943e62c20297a45dcfb..d8833bca19029e46e8689aa20647a11e32d716f4 100644 (file)
@@ -10,7 +10,7 @@ WriteMakefile(
        LICENSE           => 'perl',
        SIGN              => 1,
        PREREQ_PM         => {
-               qw/JSON 0
+               qw/JSON::MaybeXS 0
                   LWP::Simple 0
                   PerlX::Maybe 0/,
        },
index a1fd37ceed91e10ad086a26aa37083e0a6a01512..4e4ee154dc537bfe7e819a96cc0f81e8f73fdda1 100644 (file)
@@ -22,7 +22,7 @@ BEGIN {
        }
 }
 
-use JSON qw/decode_json/;
+use JSON::MaybeXS qw/decode_json/;
 use LWP::Simple qw/get/;
 use PerlX::Maybe;
 use WWW::BackpackTF::Currency;
This page took 0.011611 seconds and 4 git commands to generate.