From: YAMASHINA Hio Date: Sat, 17 Nov 2007 23:02:12 +0000 (+0900) Subject: typo in perl5100delta.pod X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3d9f6fa156386cc85b0863d1494caa19f215b252;p=p5sagit%2Fp5-mst-13.2.git typo in perl5100delta.pod Message-Id: <20071117230212.20bef697.hio@hio.jp> Date: Sat, 17 Nov 2007 23:02:12 +0900 p4raw-id: //depot/perl@32366 --- diff --git a/pod/perl5100delta.pod b/pod/perl5100delta.pod index d61a194..7707e4b 100644 --- a/pod/perl5100delta.pod +++ b/pod/perl5100delta.pod @@ -227,7 +227,7 @@ overriding the lexical declaration with C. (Rafael Garcia-Suarez) A new prototype character has been added. C<_> is equivalent to C<$> but defaults to C<$_> if the corresponding argument isn't supplied. (both C<$> -and <_> denote a scalar). Due to the optional nature of the argument, you +and C<_> denote a scalar). Due to the optional nature of the argument, you can only use it at the end of a prototype, or before a semicolon. This has a small incompatible consequence: the prototype() function has