diff options
Diffstat (limited to 'ext/XS/APItest/APItest.pm')
-rw-r--r-- | ext/XS/APItest/APItest.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/XS/APItest/APItest.pm b/ext/XS/APItest/APItest.pm index 1fdae73668..7d42a66aa6 100644 --- a/ext/XS/APItest/APItest.pm +++ b/ext/XS/APItest/APItest.pm @@ -19,6 +19,7 @@ our @EXPORT = qw( print_double print_int print_long call_sv call_pv call_method eval_sv eval_pv require_pv G_SCALAR G_ARRAY G_VOID G_DISCARD G_EVAL G_NOARGS G_KEEPERR G_NODEBUG G_METHOD + exception ); # from cop.h |