Fix {%hash} ~~ %hash test
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 17 Feb 2009 07:22:44 +0000 (08:22 +0100)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 20 Feb 2009 08:30:38 +0000 (09:30 +0100)
commitfceebc475db7280476c58dcfb36c7e1cd6795eec
tree667edbec4d72dab8e4fec5dfd7bb230d3af5809a
parent9e079acef3281a4f29fb1913eeef734bf70ba393
Fix {%hash} ~~ %hash test

This was not parsed as a smart match, because {%hash} was taken
as a block, not a an anonymous hash.

Also, avoid to construct an anonymous hash with an odd number of
elements.
t/op/smartmatch.t