diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-11-20 16:02:53 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-11-20 16:02:53 -0800 |
commit | 78715d5b936b62f120bb4a996e5e94a0f656d445 (patch) | |
tree | 47f5edd03b3e10c7e989c04fd9767e4b1e114bb1 /ext/XS-APItest | |
parent | 01394286a8355f7c2b1de8f793a62c37d4aa265e (diff) | |
download | perl-78715d5b936b62f120bb4a996e5e94a0f656d445.tar.gz |
Revert "$XS::APItest::VERSION = '0.34'"
This reverts commit 01394286a8355f7c2b1de8f793a62c37d4aa265e.
I made the mistake (again!) of merging two unrelated commits.
I’m reverting it so that the B::Deparse change can include a
helpful commit message.
Diffstat (limited to 'ext/XS-APItest')
-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 ca5c45bf3e..6da5a8898e 100644 --- a/ext/XS-APItest/APItest.pm +++ b/ext/XS-APItest/APItest.pm @@ -52,7 +52,7 @@ sub import { } } -our $VERSION = '0.34'; +our $VERSION = '0.33'; use vars '$WARNINGS_ON_BOOTSTRAP'; use vars map "\$${_}_called_PP", qw(BEGIN UNITCHECK CHECK INIT END); |