projects
/
p5sagit/JSON-MaybeXS.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e36f521
)
bump version to 1.003001 (:legacy goes stable!)
Karen Etheridge [Thu, 13 Nov 2014 04:53:25 +0000 (20:53 -0800)]
lib/JSON/MaybeXS.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/JSON/MaybeXS.pm
b/lib/JSON/MaybeXS.pm
index
a375af7
..
326d029
100644
(file)
--- 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 {