summaryrefslogtreecommitdiff
path: root/ext/XS-APItest/APItest.pm
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2013-08-28 18:36:22 -0700
committerFather Chrysostomos <sprout@cpan.org>2013-08-28 22:26:14 -0700
commit463c2383da9f3853bf816432ce881e72556f641b (patch)
tree7f9c912085ad6c677ac2f057c7a54e4a083ed183 /ext/XS-APItest/APItest.pm
parent031c6d827a20d62a99481765d8e1b1686025aa2b (diff)
downloadperl-463c2383da9f3853bf816432ce881e72556f641b.tar.gz
Increase $XS::APItest::VERSION to 0.56
Diffstat (limited to 'ext/XS-APItest/APItest.pm')
-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 823d6cc8fb..4a4e3999ce 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.55';
+our $VERSION = '0.56';
require XSLoader;