Switch to JSON::MaybeXS
[gruntmaster-data.git] / lib / Gruntmaster / Data.pm
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.009031 seconds and 4 git commands to generate.