summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-10-06 00:08:59 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-10-06 13:01:21 -0700
commit2e245867b52e4c5968d19f8e3f94b3b656489ce9 (patch)
treedef8fa2f9f8eddc79040820e269a6f20f01df489 /ext
parentc56acab6300f58aab3699a7e7924afffb4be6c14 (diff)
downloadperl-2e245867b52e4c5968d19f8e3f94b3b656489ce9.tar.gz
Increase $XS::APItest::VERSION from 0.31 to 0.32
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 5da52c2e97..a3792d477f 100644
--- a/ext/XS-APItest/APItest.pm
+++ b/ext/XS-APItest/APItest.pm
@@ -50,7 +50,7 @@ sub import {
}
}
-our $VERSION = '0.31';
+our $VERSION = '0.32';
use vars '$WARNINGS_ON_BOOTSTRAP';
use vars map "\$${_}_called_PP", qw(BEGIN UNITCHECK CHECK INIT END);