diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-12-23 23:27:53 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-12-23 23:27:53 -0800 |
commit | 65b228766711c90b231a55f08e90e2e1cf0c6fb7 (patch) | |
tree | 2595233218a7e68142daf4eeb39cd3e25db84f20 /ext | |
parent | d54b00ad7f0e9db12ac11e897406b8888fd895bf (diff) | |
download | perl-65b228766711c90b231a55f08e90e2e1cf0c6fb7.tar.gz |
Revert "Increase $XS::APItest::VERSION to 0.35"
This reverts commit d54b00ad7f0e9db12ac11e897406b8888fd895bf.
I didn’t mean to push that yet, and it was more than a
version bump.
Diffstat (limited to 'ext')
-rw-r--r-- | ext/XS-APItest/APItest.pm | 2 | ||||
-rw-r--r-- | ext/XS-APItest/APItest.xs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/XS-APItest/APItest.pm b/ext/XS-APItest/APItest.pm index 476207e3dd..ca5c45bf3e 100644 --- a/ext/XS-APItest/APItest.pm +++ b/ext/XS-APItest/APItest.pm @@ -52,7 +52,7 @@ sub import { } } -our $VERSION = '0.35'; +our $VERSION = '0.34'; use vars '$WARNINGS_ON_BOOTSTRAP'; use vars map "\$${_}_called_PP", qw(BEGIN UNITCHECK CHECK INIT END); diff --git a/ext/XS-APItest/APItest.xs b/ext/XS-APItest/APItest.xs index b776df14c4..4f84c60d3e 100644 --- a/ext/XS-APItest/APItest.xs +++ b/ext/XS-APItest/APItest.xs @@ -3164,7 +3164,7 @@ OUTPUT: RETVAL void -fill_hash_with_nulls(HV *hv) +fill_hash_with_nulls(HV *hv) PREINIT: UV i = 0; CODE: |