bump version to 1.002001
Karen Etheridge [Wed, 23 Apr 2014 16:43:07 +0000 (09:43 -0700)]
lib/JSON/MaybeXS.pm

index f0c3ce0..d051116 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings FATAL => 'all';
 use base qw(Exporter);
 
-our $VERSION = '1.002000';
+our $VERSION = '1.002001';
 
 sub _choose_json_module {
     return 'Cpanel::JSON::XS' if $INC{'Cpanel/JSON/XS.pm'};