From 91203bd53e7e96ab65976297ea6e95041d5feaac Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sun, 5 Oct 2014 00:28:42 +0300 Subject: [PATCH] Switch to JSON::MaybeXS --- Makefile.PL | 2 +- lib/Gruntmaster/Data.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.PL b/Makefile.PL index edfa51e..6d1dc29 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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/, }, diff --git a/lib/Gruntmaster/Data.pm b/lib/Gruntmaster/Data.pm index 7afcbb9..a12e476 100644 --- a/lib/Gruntmaster/Data.pm +++ b/lib/Gruntmaster/Data.pm @@ -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/; -- 2.30.2