From: Karen Etheridge Date: Sun, 12 Oct 2014 19:48:18 +0000 (-0700) Subject: make bump X-Git-Tag: v1.002005~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=70903546b684ea2a3a468c0bde3d1d37cbb87aab;p=p5sagit%2FJSON-MaybeXS.git make bump --- diff --git a/lib/JSON/MaybeXS.pm b/lib/JSON/MaybeXS.pm index ca18815..7f09f6e 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.002004'; +our $VERSION = '1.002005'; sub _choose_json_module { return 'Cpanel::JSON::XS' if $INC{'Cpanel/JSON/XS.pm'};