Replace JSON with JSON::MaybeXS
[aard.git] / lib / Aard.pm
index aebfc5ce7fe3463379e93858d5b973ddf5530d28..0d331dd22a0e12485cacfdf7905c240d0414efed 100644 (file)
@@ -9,7 +9,7 @@ use IO::Uncompress::Inflate qw/inflate/;
 use IO::Uncompress::Bunzip2 qw/bunzip2/;
 use List::Util qw/sum/;
 
-use JSON qw/decode_json/;
+use JSON::MaybeXS qw/decode_json/;
 use UUID::Tiny qw/uuid_to_string/;
 
 use constant HEADER_SPEC => [
This page took 0.009682 seconds and 4 git commands to generate.