From: Karen Etheridge Date: Tue, 28 Jun 2016 23:24:44 +0000 (-0700) Subject: make this release a trial release X-Git-Tag: v1.003006_001~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2e469cda792cfbaf02628427228f0eeabb5055fb;p=p5sagit%2FJSON-MaybeXS.git make this release a trial release --- diff --git a/lib/JSON/MaybeXS.pm b/lib/JSON/MaybeXS.pm index ecbb089..aa2f06d 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.003006'; +our $VERSION = '1.003006_001'; $VERSION = eval $VERSION; sub _choose_json_module {