This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
avoid multiple FETCH/stringify on filetest ops
authorDavid Mitchell <davem@iabyn.com>
Sat, 3 Jul 2010 14:41:34 +0000 (15:41 +0100)
committerDavid Mitchell <davem@iabyn.com>
Sat, 3 Jul 2010 15:25:59 +0000 (16:25 +0100)
commit40c852dee6a247b996f2c759f997f7c7c89a47b3
treefa17dc7c6901c1ea1a3d7c2fbf74927b1f3b0f89
parent0d7d409d8d92b77ed7de5b74ab047eced86edfc3
avoid multiple FETCH/stringify on filetest ops

some of the filetest operators could call mg_get and/or overload fallback
stringify multiple times
lib/overload.t
pp_sys.c