Change 32732 by [EMAIL PROTECTED] on 2007/12/26 16:09:35

        Subject: [PATCH perl5100delta.pod] change/correction to 32246
        From: "Robin Barker" <[EMAIL PROTECTED]>
        Date: Fri, 9 Nov 2007 14:40:22 -0000
        Message-ID: <[EMAIL PROTECTED]>

Affected files ...

... //depot/perl/pod/perl5100delta.pod#38 edit

Differences ...

==== //depot/perl/pod/perl5100delta.pod#38 (text) ====
Index: perl/pod/perl5100delta.pod
--- perl/pod/perl5100delta.pod#37~32649~        2007-12-19 06:13:07.000000000 
-0800
+++ perl/pod/perl5100delta.pod  2007-12-26 08:09:35.000000000 -0800
@@ -228,9 +228,9 @@
 =head2 The C<_> prototype
 
 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 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.
+defaults to C<$_> if the corresponding argument isn't supplied (both C<$>
+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
 been adjusted to return C<_> for some built-ins in appropriate cases (for
End of Patch.

Reply via email to