summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-03-25 14:22:33 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-03-25 14:25:57 -0700
commit864db5fdec4230e524b19f1f01b8c8b499458d66 (patch)
tree7463d1bec2c92fc5fb292aab1c2d2e2970c9a02f
parentfefd015fc8da20cc1e26de042052ba62ac8bc583 (diff)
downloadperl-864db5fdec4230e524b19f1f01b8c8b499458d66.tar.gz
Increase $XS::APItest::VERSION to 0.38
-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 78d77f1f87..6c3c3230ec 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.37';
+our $VERSION = '0.38';
require XSLoader;