
hio at hio
Nov 17, 2007, 6:02 AM
Post #1 of 2
(67 views)
Permalink
|
|
typo in perl5100delta.pod
|
|
Hi. There is a typo in perl5100delta.pod diff -urN perl-current.orig/pod/perl5100delta.pod perl-current.my/pod/perl5100delta.pod --- perl-current.orig/pod/perl5100delta.pod 2007-11-17 22:55:41.000000000 +0900 +++ perl-current.my/pod/perl5100delta.pod 2007-11-17 22:55:58.000000000 +0900 @@ -227,7 +227,7 @@ 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 ------------------------ On Fri, 16 Nov 2007 17:46:48 +0100 "Rafael Garcia-Suarez" <rgarciasuarez[at]gmail.com> wrote: > Subject says it all, I intend to release an RC1 tomorrow. perl -V > should now report "RC1" since change #32334. -- YAMASHINA Hio <hio[at]hio.jp>
|