Author: audreyt
Date: Wed Apr 2 12:04:08 2008
New Revision: 14538
Modified:
doc/trunk/design/syn/S03.pod
Log:
* S03/"Hash composer":
Update the definition to agree with S04/"hash composer", allowing
empty hashes as well as lists beginning with hashes.
Modified: doc/trunk/design/syn/S03.pod
==============================================================================
--- doc/trunk/design/syn/S03.pod (original)
+++ doc/trunk/design/syn/S03.pod Wed Apr 2 12:04:08 2008
@@ -12,9 +12,9 @@
Maintainer: Larry Wall <[EMAIL PROTECTED]>
Date: 8 Mar 2004
- Last Modified: 31 Mar 2008
+ Last Modified: 2 Apr 2008
Number: 3
- Version: 134
+ Version: 135
=head1 Overview
@@ -146,10 +146,11 @@
Hash composer
+ { }
{ a => 42 }
-Inside must be a list of pairs, otherwise you must use C<hash()>
-or C<%()> instead.
+Inside must be either empty, or a single list starting with a pair or a hash,
+otherwise you must use C<hash()> or C<%()> instead.
=item *