Replace JSON with JSON::MaybeXS
authorMarius Gavrilescu <marius@ieval.ro>
Fri, 14 Nov 2014 21:05:04 +0000 (23:05 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Fri, 14 Nov 2014 21:14:09 +0000 (23:14 +0200)
Makefile.PL
README
lib/Aard.pm

index 097d8724eac14385cff4f370c9513ad94e6d8082..af8967bfba189239998e9caae6189210b2282d4a 100644 (file)
@@ -14,7 +14,7 @@ WriteMakefile(
                   IO::Uncompress::Bunzip2 0
                   List::Util 0
 
-                  JSON 0
+                  JSON::MaybeXS 0
                   UUID::Tiny 0/,
        },
        META_MERGE        => {
diff --git a/README b/README
index a05ed4a04c48021d63427d57798a6811775d1789..568fb7be14c81136e74226816b13d8ff5fb3a1dc 100644 (file)
--- a/README
+++ b/README
@@ -16,7 +16,7 @@ DEPENDENCIES
 
 This module requires these other modules and libraries:
 
-* JSON
+* JSON::MaybeXS
 * UUID::Tiny
 
 COPYRIGHT AND LICENCE
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.012554 seconds and 4 git commands to generate.