Increase $XS::APItest::VERSION to 0.35
authorFather Chrysostomos <sprout@cpan.org>
Sat, 24 Dec 2011 07:07:48 +0000 (23:07 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 24 Dec 2011 07:07:48 +0000 (23:07 -0800)
ext/XS-APItest/APItest.pm
ext/XS-APItest/APItest.xs

index ca5c45b..476207e 100644 (file)
@@ -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);
index 4f84c60..b776df1 100644 (file)
@@ -3164,7 +3164,7 @@ OUTPUT:
     RETVAL
 
 void
-fill_hash_with_nulls(HV *hv)
+fill_hash_with_nulls(HV  *hv)
 PREINIT:
     UV i = 0;
 CODE: