From 3d9f6fa156386cc85b0863d1494caa19f215b252 Mon Sep 17 00:00:00 2001 From: YAMASHINA Hio Date: Sun, 18 Nov 2007 08:02:12 +0900 Subject: [PATCH] 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 --- pod/perl5100delta.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4