add SV_SKIP_OVERLOAD flag to sv_2*v_flags fns
authorDavid Mitchell <davem@iabyn.com>
Sat, 8 May 2010 16:23:56 +0000 (17:23 +0100)
committerDavid Mitchell <davem@iabyn.com>
Sat, 8 May 2010 20:28:27 +0000 (21:28 +0100)
commitaee036bb6c99459a0e305ff4008b983591ce8a4b
treebd00acf890badc9061cb0819a4a704e200c67162
parent39d5de13bc6d138baf12ad5224e3af8834356929
add SV_SKIP_OVERLOAD flag to sv_2*v_flags fns

While trying to coerce an SV into a string or whatever, stop if you
suddenly discover it's overloaded (this may not happen until after you've
called it's get magic)
sv.c
sv.h