From: Karen Etheridge Date: Thu, 13 Nov 2014 04:53:25 +0000 (-0800) Subject: bump version to 1.003001 (:legacy goes stable!) X-Git-Tag: v1.003001~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FJSON-MaybeXS.git;a=commitdiff_plain;h=133611769b37d69d3cef618f20e5a7c66102bc00 bump version to 1.003001 (:legacy goes stable!) --- diff --git a/lib/JSON/MaybeXS.pm b/lib/JSON/MaybeXS.pm index a375af7..326d029 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.003_000'; # TRIAL RELEASE +our $VERSION = '1.003001'; $VERSION = eval $VERSION; sub _choose_json_module {