make bump
Karen Etheridge [Sun, 12 Oct 2014 19:48:18 +0000 (12:48 -0700)]
lib/JSON/MaybeXS.pm

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