diff options
Diffstat (limited to 'ext/XS/APItest/APItest.pm')
-rw-r--r-- | ext/XS/APItest/APItest.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/XS/APItest/APItest.pm b/ext/XS/APItest/APItest.pm index 959125779b..668c7a94ac 100644 --- a/ext/XS/APItest/APItest.pm +++ b/ext/XS/APItest/APItest.pm @@ -21,6 +21,7 @@ our @EXPORT = qw( print_double print_int print_long G_KEEPERR G_NODEBUG G_METHOD exception mycroak strtab my_cxt_getint my_cxt_getsv my_cxt_setint my_cxt_setsv + sv_setsv_cow_hashkey_core sv_setsv_cow_hashkey_notcore ); # from cop.h @@ -34,7 +35,7 @@ sub G_KEEPERR() { 16 } sub G_NODEBUG() { 32 } sub G_METHOD() { 64 } -our $VERSION = '0.10'; +our $VERSION = '0.11'; bootstrap XS::APItest $VERSION; |