From d54b00ad7f0e9db12ac11e897406b8888fd895bf Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Fri, 23 Dec 2011 23:07:48 -0800 Subject: [PATCH] Increase $XS::APItest::VERSION to 0.35 --- ext/XS-APItest/APItest.pm | 2 +- 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 ca5c45b..476207e 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 4f84c60..b776df1 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: -- 2.7.4