summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2013-03-04 15:32:12 +0000
committerRicardo Signes <rjbs@cpan.org>2013-03-05 15:10:52 -0500
commit269f57ca26354dafdd473428d705c1434156509a (patch)
tree928f5242585549332ea457b072a1ffe1cb072277
parentbfaaa3bd7b81bd83f7e387f30e1b4a6640ce53f1 (diff)
downloadperl-269f57ca26354dafdd473428d705c1434156509a.tar.gz
bump XS-APItest version
-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;