summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2014-07-23 14:21:42 +1000
committerTony Cook <tony@develop-help.com>2014-07-23 14:21:42 +1000
commitb7d34c6cc3dc8c98495164fbce7d2415e0fb8365 (patch)
tree2e2a0fa78b5803c29244ac59f3ce7b7dcb02f199 /ext
parentf0ba2695eaf69c89c55a53bd75472a7b1d2aa436 (diff)
downloadperl-b7d34c6cc3dc8c98495164fbce7d2415e0fb8365.tar.gz
bump $XS::APItest::VERSION for the grok_atou() merge
Diffstat (limited to 'ext')
-rw-r--r--ext/XS-APItest/APItest.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/XS-APItest/APItest.pm b/ext/XS-APItest/APItest.pm
index 4fa92e9767..7fed553260 100644
--- a/ext/XS-APItest/APItest.pm
+++ b/ext/XS-APItest/APItest.pm
@@ -5,7 +5,7 @@ use strict;
use warnings;
use Carp;
-our $VERSION = '0.62';
+our $VERSION = '0.63';
require XSLoader;