Author: larry
Date: Fri Nov 7 16:04:15 2008
New Revision: 14603
Modified:
doc/trunk/design/syn/S03.pod
Log:
smartmatch of Hash against Pair should match against both key and value
Modified: doc/trunk/design/syn/S03.pod
==============================================================================
--- doc/trunk/design/syn/S03.pod (original)
+++ doc/trunk/design/syn/S03.pod Fri Nov 7 16:04:15 2008
@@ -3001,6 +3001,7 @@
Any Num numeric equality +$_ == X
Any Str string equality ~$_ eq X
+ Hash Pair test hash mapping $_{Xkey} ~~ Xval (e.g.
filetests)
Any Pair test object attribute .Xkey ~~ Xval (e.g. filetests)
Set Set identical sets $_ === X