summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2010-10-03 20:50:20 +0100
committerDavid Mitchell <davem@iabyn.com>2010-10-03 20:52:10 +0100
commitbe064c4a1f59651142e99788731ae1d164c19537 (patch)
treef1b6a281c175935bcde47b838caeca4ec14e5dbd /perl.c
parent6b2fb389897a68db92c38c22f79403607f0da303 (diff)
downloadperl-be064c4a1f59651142e99788731ae1d164c19537.tar.gz
better documentation for eval_sv() and G_KEEPERR
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl.c b/perl.c
index 0a58b7c76b..ca5aea67d5 100644
--- a/perl.c
+++ b/perl.c
@@ -2661,7 +2661,8 @@ Perl_call_sv(pTHX_ SV *sv, VOL I32 flags)
/*
=for apidoc p||eval_sv
-Tells Perl to C<eval> the string in the SV.
+Tells Perl to C<eval> the string in the SV. It supports the same flags
+as C<call_sv>, with the obvious exception of G_EVAL. See L<perlcall>.
=cut
*/