summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-04-22 22:05:24 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-05-21 16:51:31 -0700
commitdf416c68f720585387215cb0d3dd260ae01828f1 (patch)
tree55f8cc77d1bdd5c3b19ceb0f0349a129db31a359 /ext
parent2fc690dc433a2e019dc3dc5c703da58c44cbd64c (diff)
downloadperl-df416c68f720585387215cb0d3dd260ae01828f1.tar.gz
Increase $XS::APItest::VERSION to 0.39
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 6c3c3230ec..d7fb60adea 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.38';
+our $VERSION = '0.39';
require XSLoader;