From: Graham Knop Date: Sun, 28 Jan 2018 01:41:54 +0000 (+0100) Subject: Bumping version to 1.003010 X-Git-Tag: v1.003010~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=86e631968936d1cc9186ad46beb3bd52aedf1230;p=p5sagit%2FJSON-MaybeXS.git Bumping version to 1.003010 --- diff --git a/lib/JSON/MaybeXS.pm b/lib/JSON/MaybeXS.pm index 64d13f2..eee84f2 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.003009'; +our $VERSION = '1.003010'; $VERSION = eval $VERSION; sub _choose_json_module {