summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2013-06-22 21:51:42 -0700
committerFather Chrysostomos <sprout@cpan.org>2013-06-22 22:11:47 -0700
commit1cfd12eac71966de3d2a3a9aced375e894c55c0a (patch)
tree964bee2b305e31bc96c5de130d8f83e07ffc6c4e /ext
parent645b87049490627c9dac664b7f9664aee7ed0270 (diff)
downloadperl-1cfd12eac71966de3d2a3a9aced375e894c55c0a.tar.gz
Increase $XS::APItest::VERSION to 0.54
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 484457756f..ae70f510aa 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.53';
+our $VERSION = '0.54';
require XSLoader;