diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-11-20 16:07:01 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-11-20 16:07:01 -0800 |
commit | d95ca758a76faf376d7e524c6ebf95f6c0be010b (patch) | |
tree | ac0fc52f2350cfdb6518563e57eb87a374c87fc4 | |
parent | ff0cf12f0a3b2af2faaa8dbd5f60477068276875 (diff) | |
download | perl-d95ca758a76faf376d7e524c6ebf95f6c0be010b.tar.gz |
$XS::APItest::VERSION = '0.34'
-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 6da5a8898e..ca5c45bf3e 100644 --- a/ext/XS-APItest/APItest.pm +++ b/ext/XS-APItest/APItest.pm @@ -52,7 +52,7 @@ sub import { } } -our $VERSION = '0.33'; +our $VERSION = '0.34'; use vars '$WARNINGS_ON_BOOTSTRAP'; use vars map "\$${_}_called_PP", qw(BEGIN UNITCHECK CHECK INIT END); |