In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/177f0db9b219c09ca9541c325f9309b8cca12ac4?hp=f2819f4d11979695226b1e169dc3377ec58fcbc6>

- Log -----------------------------------------------------------------
commit 177f0db9b219c09ca9541c325f9309b8cca12ac4
Author: James E Keenan <[email protected]>
Date:   Thu Sep 1 14:39:16 2016 -0400

    Provide missing link for one instance of 'eval'.
    
    As originally reported by KES.  See RT #129168.
-----------------------------------------------------------------------

Summary of changes:
 pod/perlfunc.pod | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index 176b02c..4cbe320 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -1703,8 +1703,8 @@ produce, respectively
     /etc/games is no good, stopped at canasta line 123.
 
 If the output is empty and L<C<$@>|perlvar/$@> already contains a value
-(typically from a previous eval) that value is reused after appending
-C<"\t...propagated">.  This is useful for propagating exceptions:
+(typically from a previous L<C<eval>|/eval EXPR>) that value is reused after
+appending C<"\t...propagated">.  This is useful for propagating exceptions:
 
     eval { ... };
     die unless $@ =~ /Expected exception/;

--
Perl5 Master Repository

Reply via email to