This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Implement distributivity in $scalar ~~ @array
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sat, 9 May 2009 13:09:39 +0000 (15:09 +0200)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sat, 9 May 2009 13:09:39 +0000 (15:09 +0200)
commit015eb7b967ac690ef0b530c0aa564f080ff0fa4b
treecb05349b298f622138b57e1bfc0c2e6b4774ec33
parentd0b243e39ca09d7da156b4027255b58fa0a84810
Implement distributivity in $scalar ~~ @array

Note that undef ~~ @array is not distributive, it only tests for
definedness of array elements.
pp_ctl.c
t/op/smartmatch.t