From 177f0db9b219c09ca9541c325f9309b8cca12ac4 Mon Sep 17 00:00:00 2001 From: James E Keenan Date: Thu, 1 Sep 2016 14:39:16 -0400 Subject: [PATCH] Provide missing link for one instance of 'eval'. As originally reported by KES. See RT #129168. --- 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|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|/eval EXPR>) that value is reused after +appending C<"\t...propagated">. This is useful for propagating exceptions: eval { ... }; die unless $@ =~ /Expected exception/; -- 1.8.3.1