This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix [perl #71078] Smart match against @_ gives false negatives
authorRafael Garcia-Suarez <rgs@consttype.org>
Mon, 7 Dec 2009 12:41:05 +0000 (13:41 +0100)
committerRafael Garcia-Suarez <rgs@consttype.org>
Mon, 7 Dec 2009 12:41:05 +0000 (13:41 +0100)
commit69c3dccf5322a59cb855347c04712ba11b65328f
tree6e844945249bc28fdbb94058aae7b541aa493cd4
parent289281205c65de071383bf72b5d8aef3c17f427b
Fix [perl #71078] Smart match against @_ gives false negatives

@_ can contain NULLs for undefined elements
pp_ctl.c
t/op/switch.t