projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5622f45
)
perldelta - Correction to new slice syntax
author
Steve Hay
<steve.m.hay@googlemail.com>
Wed, 18 Sep 2013 12:58:27 +0000
(13:58 +0100)
committer
Steve Hay
<steve.m.hay@googlemail.com>
Wed, 18 Sep 2013 12:58:27 +0000
(13:58 +0100)
Thanks to Michael Schroeder for the spot.
pod/perldelta.pod
patch
|
blob
|
history
diff --git
a/pod/perldelta.pod
b/pod/perldelta.pod
index
6333884
..
c69c3c8
100644
(file)
--- a/
pod/perldelta.pod
+++ b/
pod/perldelta.pod
@@
-60,7
+60,7
@@
characters. [perl #112790, #116907]
=head2 New slice syntax
-The new C<%hash{...}> and C<
@
array[...]> syntax returns a list of key/value (or
+The new C<%hash{...}> and C<
%
array[...]> syntax returns a list of key/value (or
index/value) pairs.
=head2 EBCDIC support