X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/ce0834da0562c5f3c9382d676f504c04cfaeeedd..f9c176361812c812337c3bbb31fab20482edbede:/ext/XS/APItest/APItest.pm diff --git a/ext/XS/APItest/APItest.pm b/ext/XS/APItest/APItest.pm index 31d5628..12d0a03 100644 --- a/ext/XS/APItest/APItest.pm +++ b/ext/XS/APItest/APItest.pm @@ -23,9 +23,10 @@ our @EXPORT = qw( print_double print_int print_long my_cxt_getint my_cxt_getsv my_cxt_setint my_cxt_setsv sv_setsv_cow_hashkey_core sv_setsv_cow_hashkey_notcore rmagical_cast rmagical_flags + DPeek ); -our $VERSION = '0.14'; +our $VERSION = '0.15'; use vars '$WARNINGS_ON_BOOTSTRAP'; use vars map "\$${_}_called_PP", qw(BEGIN UNITCHECK CHECK INIT END);