From: Karen Etheridge Date: Tue, 7 Oct 2014 16:39:10 +0000 (-0700) Subject: make bump X-Git-Tag: v1.002003~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fbfb6235c411c5bdfe3c1a0b6652321dc23c8108;p=p5sagit%2FJSON-MaybeXS.git make bump --- diff --git a/lib/JSON/MaybeXS.pm b/lib/JSON/MaybeXS.pm index f646237..30ca083 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.002002'; +our $VERSION = '1.002003'; sub _choose_json_module { return 'Cpanel::JSON::XS' if $INC{'Cpanel/JSON/XS.pm'};