This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #76814] FETCH called twice - m and s
authorFather Chrysostomos <sprout@cpan.org>
Sat, 25 Sep 2010 03:33:42 +0000 (20:33 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 25 Sep 2010 03:33:42 +0000 (20:33 -0700)
commita9984b10c8213b2dc4345882bd808798485d584c
treed2d62b177e106bcd4f6d8e6e1b82a54a5c6bec7a
parent06c841cf64c10f912e4cb0d12dbfc0add671bb81
[perl #76814] FETCH called twice - m and s

This fixes m and s. It modifies pp_regcomp to avoid extra magic. It
also corrects a bug in sv_catsv_flags, which would still call
mg_get(ssv) even without the SV_GMAGIC flag set.
pp_ctl.c
sv.c
t/op/tie_fetch_count.t