This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In the ~~ implementation, consistently use the SV-aware API for hash keys.
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sun, 24 May 2009 15:19:11 +0000 (17:19 +0200)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sun, 24 May 2009 15:19:11 +0000 (17:19 +0200)
commitb15feb55e45b2354be3659a613d28786b2518244
tree0d0fb3b7f0d542993a2f50aecd63dd139c2c5a92
parent4d87b51d9058eda1ac179d6f4b450110d2d5dff9
In the ~~ implementation, consistently use the SV-aware API for hash keys.

This way, we can handle tied hashes such as ones that have references as keys.
pp_ctl.c
t/op/smartmatch.t