From: Rafael Garcia-Suarez <rgarciasuarez@gmail.com>
Date: Thu, 28 Apr 2005 09:29:07 +0000 (+0000)
Subject: Remove confusing punctuation
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4cb1c523c98f570fe603f3ae31d419bb956906d9;p=p5sagit%2Fp5-mst-13.2.git

Remove confusing punctuation
(spotted by David Rigaudiere)

p4raw-id: //depot/perl@24345
---

diff --git a/pod/perlvar.pod b/pod/perlvar.pod
index 4923dd5..29cc9ea 100644
--- a/pod/perlvar.pod
+++ b/pod/perlvar.pod
@@ -1438,7 +1438,7 @@ C<$@> is set if the string to be C<eval>-ed did not compile (this
 may happen if C<open> or C<close> were imported with bad prototypes),
 or if Perl code executed during evaluation die()d .  In these cases
 the value of $@ is the compile error, or the argument to C<die>
-(which will interpolate C<$!> and C<$?>!).  (See also L<Fatal>,
+(which will interpolate C<$!> and C<$?>).  (See also L<Fatal>,
 though.)
 
 When the eval() expression above is executed, open(), C<< <PIPE> >>,