From: Karen Etheridge Date: Wed, 22 Oct 2014 04:08:13 +0000 (-0700) Subject: make bump X-Git-Tag: v1.002006~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=86147f1197dd501c395e6ecd2ef6e734e2254deb;p=p5sagit%2FJSON-MaybeXS.git make bump --- diff --git a/lib/JSON/MaybeXS.pm b/lib/JSON/MaybeXS.pm index 7f09f6e..69a940d 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.002005'; +our $VERSION = '1.002006'; sub _choose_json_module { return 'Cpanel::JSON::XS' if $INC{'Cpanel/JSON/XS.pm'};