summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-07-04 21:30:38 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-07-04 21:31:12 -0700
commit0006bb9d00cf05ff673ab5171ed86d31a9723b96 (patch)
tree60728b62a656d334bf0d76a31fe5a81a13dc2bac /ext
parent7b81e54987e52ee2d72541b3cbc5c62e099d3429 (diff)
downloadperl-0006bb9d00cf05ff673ab5171ed86d31a9723b96.tar.gz
Increase $XS::APItest::VERSION
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 c6ae3023e7..c0326b3920 100644
--- a/ext/XS-APItest/APItest.pm
+++ b/ext/XS-APItest/APItest.pm
@@ -50,7 +50,7 @@ sub import {
}
}
-our $VERSION = '0.29';
+our $VERSION = '0.30';
use vars '$WARNINGS_ON_BOOTSTRAP';
use vars map "\$${_}_called_PP", qw(BEGIN UNITCHECK CHECK INIT END);