diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-12-23 23:07:48 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-12-23 23:07:48 -0800 |
commit | d54b00ad7f0e9db12ac11e897406b8888fd895bf (patch) | |
tree | e0874a45109dd51c48c743bf30ea60aa192d690b /ext/XS-APItest | |
parent | 86e39c78d9f3b641ce09c0dce272b8de18133dcb (diff) | |
download | perl-d54b00ad7f0e9db12ac11e897406b8888fd895bf.tar.gz |
Increase $XS::APItest::VERSION to 0.35
Diffstat (limited to 'ext/XS-APItest')
-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 ca5c45bf3e..476207e3dd 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.35'; 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 4f84c60d3e..b776df14c4 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: |