projects
/
p5sagit/JSON-MaybeXS.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0c45c84
)
bump version to 1.002001
Karen Etheridge [Wed, 23 Apr 2014 16:43:07 +0000 (09:43 -0700)]
lib/JSON/MaybeXS.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/JSON/MaybeXS.pm
b/lib/JSON/MaybeXS.pm
index
f0c3ce0
..
d051116
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.002000';
+our $VERSION = '1.002001';
sub _choose_json_module {
return 'Cpanel::JSON::XS' if $INC{'Cpanel/JSON/XS.pm'};