diff options
author | David Mitchell <davem@iabyn.com> | 2011-05-28 15:59:05 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2011-05-29 20:21:53 +0100 |
commit | acb25fddc9e86e87874ef43e6d2dd7a317e4bda7 (patch) | |
tree | e457211f6f8527ddee233b3014f2d4ed41ac3a9f /utils/prove.PL | |
parent | a2c0032b06b9fa4a6d26a50dc6e736c05e4fcb09 (diff) | |
download | perl-acb25fddc9e86e87874ef43e6d2dd7a317e4bda7.tar.gz |
pp_formline: don't do get mg on PL_formtarget
Two of the three branches that upgrade PL_formtarget to utf8 (FF_LITERAL,
FF_ITEM) do get magic while doing so, while the third (FF_LINEGLOB)
doesn't. I think the first two were just co-incidental
(they started out as simple sv_utf8_upgrade() calls added by
1bd51a4ce2ce8, and probably no consideration was given as to whether to
use the _nomg variant instead).
Make the first two no longer call magic, to be consistent with
FF_LINEGLOB.
Diffstat (limited to 'utils/prove.PL')
0 files changed, 0 insertions, 0 deletions