Switch to JSON::MaybeXS
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 4 Oct 2014 21:28:42 +0000 (00:28 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 4 Oct 2014 21:28:42 +0000 (00:28 +0300)
Makefile.PL
lib/Gruntmaster/Data.pm

index edfa51e94cea80a407e49f9e27ecf86245ecfb02..6d1dc29bebfd877454331ba44dbb79f91fca2359 100644 (file)
@@ -23,7 +23,7 @@ WriteMakefile(
                   File::Slurp 0
                   IO::Prompter 0
                   Lingua::EN::Inflect 0
-                  JSON 0
+                  JSON::MaybeXS 0
                   PerlX::Maybe 0
                   Sub::Name 0/,
        },
index 7afcbb9214c999a370ae0266fc8ec2456db936fb..a12e476d8036064cb1c77c708b9a25388e1ba8c4 100644 (file)
@@ -18,7 +18,7 @@ __PACKAGE__->load_namespaces;
 our $VERSION = '5999.000_009';
 
 use Lingua::EN::Inflect qw/PL_N/;
-use JSON qw/decode_json/;
+use JSON::MaybeXS qw/decode_json/;
 use List::Util qw/sum/;
 use PerlX::Maybe qw/maybe/;
 use Sub::Name qw/subname/;
This page took 0.012205 seconds and 4 git commands to generate.