From: Marius Gavrilescu Date: Sat, 11 Oct 2014 22:01:47 +0000 (+0300) Subject: Switch to JSON::MaybeXS X-Git-Tag: 0.000_003~5 X-Git-Url: http://git.ieval.ro/?p=www-backpacktf.git;a=commitdiff_plain;h=1e12c1b3436847490415181df23d46f735a3cb47 Switch to JSON::MaybeXS --- diff --git a/Makefile.PL b/Makefile.PL index 48ad885..d8833bc 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,7 +10,7 @@ WriteMakefile( LICENSE => 'perl', SIGN => 1, PREREQ_PM => { - qw/JSON 0 + qw/JSON::MaybeXS 0 LWP::Simple 0 PerlX::Maybe 0/, }, diff --git a/lib/WWW/BackpackTF.pm b/lib/WWW/BackpackTF.pm index a1fd37c..4e4ee15 100644 --- a/lib/WWW/BackpackTF.pm +++ b/lib/WWW/BackpackTF.pm @@ -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;