diff options
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | perl.c | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1127,6 +1127,7 @@ Sven Strickroth <sven.strickroth@tu-clausthal.de> Sven Verdoolaege <skimo@breughel.ufsia.ac.be> syber <syber@crazypanda.ru> SynaptiCAD, Inc. <sales@syncad.com> +Tadeusz SoĊnierz <tadeusz.sosnierz@onet.pl> Takis Psarogiannakopoulos <takis@xfree86.org> Taro KAWAGISHI Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de> @@ -2881,7 +2881,7 @@ Perl_eval_sv(pTHX_ SV *sv, I32 flags) /* =for apidoc p||eval_pv -Tells Perl to C<eval> the given string and return an SV* result. +Tells Perl to C<eval> the given string in scalar context and return an SV* result. =cut */ |