summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-12-11 11:37:58 -0700
committerKarl Williamson <khw@cpan.org>2019-12-11 11:41:38 -0700
commitbd87019bb7ac215a09a03f0bc95e0b6cc3f6867f (patch)
tree9deb8841907f28883a3c588bc6e1f4998640d7a7
parenta559786348e07b0f6087587c153f4f2fa06175e2 (diff)
downloadperl-bd87019bb7ac215a09a03f0bc95e0b6cc3f6867f.tar.gz
Note that G_RETHROW is documented
This is for Devel::PPPort.
-rw-r--r--perl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl.c b/perl.c
index 39687a59b1..70424cdbab 100644
--- a/perl.c
+++ b/perl.c
@@ -3177,6 +3177,7 @@ as C<call_sv>, with the obvious exception of C<G_EVAL>. See L<perlcall>.
The C<G_RETHROW> flag can be used if you only need eval_sv() to
execute code specified by a string, but not catch any errors.
+=for apidoc Amnh||G_RETHROW
=cut
*/