From: Matt S Trout Date: Sat, 19 Jun 2010 20:22:21 +0000 (+0100) Subject: doc 7f315d X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cd0d4ee55b65895a916e4f43a4dd53aaaee47960;p=p5sagit%2Fp5-mst-13.2.git doc 7f315d --- diff --git a/pod/perl5132delta.pod b/pod/perl5132delta.pod index 87cd584..9907c33 100644 --- a/pod/perl5132delta.pod +++ b/pod/perl5132delta.pod @@ -151,6 +151,13 @@ and otherwise tweak the way perl handles upper, lower and other case conversions on unicode data, and how to provide scoped changes to alter one's own code's behaviour without stomping on anybody else (71648f). +=head2 Document $# and $* as removed and clarify $#array usage + +$# and $* were both disabled as of perl5 version 10; this release adds +documentation to that effect, a description of the results of continuing +to try and use them, and a note explaining that $# can also function as a +sigil in the $#array form. + =head2 INSTALL explicitly states the requirement for C89 This was already true but it's now Officially Stated For The Record (51eec7).