diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-07-04 21:30:38 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-07-04 21:31:12 -0700 |
commit | 0006bb9d00cf05ff673ab5171ed86d31a9723b96 (patch) | |
tree | 60728b62a656d334bf0d76a31fe5a81a13dc2bac /ext | |
parent | 7b81e54987e52ee2d72541b3cbc5c62e099d3429 (diff) | |
download | perl-0006bb9d00cf05ff673ab5171ed86d31a9723b96.tar.gz |
Increase $XS::APItest::VERSION
Diffstat (limited to 'ext')
-rw-r--r-- | ext/XS-APItest/APItest.pm | 2 |
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); |