doc 7f315d
Matt S Trout [Sat, 19 Jun 2010 20:22:21 +0000 (21:22 +0100)]
pod/perl5132delta.pod

index 87cd584..9907c33 100644 (file)
@@ -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).