summaryrefslogtreecommitdiff
path: root/pod/perlcall.pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod/perlcall.pod')
-rw-r--r--pod/perlcall.pod2
1 files changed, 2 insertions, 0 deletions
diff --git a/pod/perlcall.pod b/pod/perlcall.pod
index 9a268aa4c1..c340716653 100644
--- a/pod/perlcall.pod
+++ b/pod/perlcall.pod
@@ -993,6 +993,8 @@ equivalent of C<$@>. We use a local temporary, C<err_tmp>, since
C<ERRSV> is a macro that calls a function, and C<SvTRUE(ERRSV)> would
end up calling that function multiple times.
+=for apidoc Amnh|GV *|PL_errgv
+
=item 3.
Note that the stack is popped using C<POPs> in the block where