From: Karen Etheridge Date: Mon, 27 Feb 2017 07:26:10 +0000 (-0800) Subject: Bumping version to 1.003009 X-Git-Tag: v1.003009~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4504cf37c2016a7ccc2dda128c46b4d02568e1ca;p=p5sagit%2FJSON-MaybeXS.git Bumping version to 1.003009 --- diff --git a/lib/JSON/MaybeXS.pm b/lib/JSON/MaybeXS.pm index 457a955..f71d0d5 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.003008'; +our $VERSION = '1.003009'; $VERSION = eval $VERSION; sub _choose_json_module {