diff options
author | Karl Williamson <khw@cpan.org> | 2019-12-11 11:37:58 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2019-12-11 11:41:38 -0700 |
commit | bd87019bb7ac215a09a03f0bc95e0b6cc3f6867f (patch) | |
tree | 9deb8841907f28883a3c588bc6e1f4998640d7a7 | |
parent | a559786348e07b0f6087587c153f4f2fa06175e2 (diff) | |
download | perl-bd87019bb7ac215a09a03f0bc95e0b6cc3f6867f.tar.gz |
Note that G_RETHROW is documented
This is for Devel::PPPort.
-rw-r--r-- | perl.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |