diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-10-06 00:08:59 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-10-06 13:01:21 -0700 |
commit | 2e245867b52e4c5968d19f8e3f94b3b656489ce9 (patch) | |
tree | def8fa2f9f8eddc79040820e269a6f20f01df489 /ext | |
parent | c56acab6300f58aab3699a7e7924afffb4be6c14 (diff) | |
download | perl-2e245867b52e4c5968d19f8e3f94b3b656489ce9.tar.gz |
Increase $XS::APItest::VERSION from 0.31 to 0.32
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 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); |