summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-09-24 00:40:23 -0700
committerFather Chrysostomos <sprout@cpan.org>2014-09-24 00:40:23 -0700
commit3613e672611050280ed9ed15546538e2b16b9a45 (patch)
treeb3cb6229d90035253f94fc3778b85ec11a8330ad /ext
parentecf05a582e3c4c0f74622847331af430479c4fcb (diff)
downloadperl-3613e672611050280ed9ed15546538e2b16b9a45.tar.gz
Increase $XS::APItest::VERSION to 0.65
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 2950eaf737..1dbb16fb10 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.64';
+our $VERSION = '0.65';
require XSLoader;