Bump version and update Changes
[aard.git] / lib / Aard.pm
index aebfc5ce7fe3463379e93858d5b973ddf5530d28..9b58c958e717485747019554344e0c166bb8eb2f 100644 (file)
@@ -3,13 +3,13 @@ package Aard;
 use 5.014000;
 use strict;
 use warnings;
-our $VERSION = '0.000_001';
+our $VERSION = '0.001';
 
 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.009568 seconds and 4 git commands to generate.