From: Karen Etheridge Date: Wed, 23 Apr 2014 16:43:07 +0000 (-0700) Subject: bump version to 1.002001 X-Git-Tag: v1.002001~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=50a5c1d8cf1143c4baff599baa48eccfa9fcc0e8;p=p5sagit%2FJSON-MaybeXS.git bump version to 1.002001 --- diff --git a/lib/JSON/MaybeXS.pm b/lib/JSON/MaybeXS.pm index f0c3ce0..d051116 100644 --- a/lib/JSON/MaybeXS.pm +++ b/lib/JSON/MaybeXS.pm @@ -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'};