]> iEval git - www-backpacktf.git/blobdiff - lib/WWW/BackpackTF.pm
Switch to JSON::MaybeXS
[www-backpacktf.git] / lib / WWW / BackpackTF.pm
index 6f4535a199340c776b0ffa9b92efd6435187c6df..4e4ee154dc537bfe7e819a96cc0f81e8f73fdda1 100644 (file)
@@ -4,7 +4,7 @@ use 5.014000;
 use strict;
 use warnings;
 use parent qw/Exporter/;
-our $VERSION = '0.000_001';
+our $VERSION = '0.000_002';
 our @EXPORT_OK = qw/TF2 DOTA2/;
 
 use constant +{
@@ -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.019555 seconds and 4 git commands to generate.