On Sat Jul 10 18:48:03 2010, perlbug@delarey.org wrote:
Show quoted text> Hi,
>
> I recently ran into the following problem testing some code with Perl
> 5.12.1.
>
> When using smart-matching to search a Readonly array there is an
> unexpected failure to match a value definitely in the array. The same
> code finds a match when running under Perl 5.10.1. I have found this to
> happen on Solaris 5.10 SPARC and Arch GNU/Linux 2.6.34 Intel.
>
> The code attached illustrates the problem; on 5.10.1 it produces:
>
> plain array : 1
>
> readonly array: 1
>
> but on 5.12.1
>
> plain array : 1
>
> readonly array: 0
>
> Thanks,
> Gavin.
Reported upstream to p5p as bug #120122 in perl itself.
--
Sanko Robinson
sanko@cpan.org