File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Synopsis 2: Bits and Pieces
14
14
Created: 10 Aug 2004
15
15
16
16
Last Modified: 09 Apr 2012
17
- Version: 260
17
+ Version: 261
18
18
19
19
This document summarizes Apocalypse 2, which covers small-scale
20
20
lexical items and typological issues. (These Synopses also contain
@@ -4725,9 +4725,7 @@ are the same as:
4725
4725
=head2 Hash binding
4726
4726
4727
4727
In contrast to assignment, binding to a hash requires a C<Hash> (or
4728
- C<Pair>) object. Binding to a "splat" hash requires a list of pairs
4729
- or hashes, and stops processing the argument list when it runs out
4730
- of pairs or hashes. See S06 for much more about parameter binding.
4728
+ C<Pair>) object, or anything that does the C<Associative> role.
4731
4729
4732
4730
=head1 Files
4733
4731
You can’t perform that action at this time.
0 commit comments