From: Vincent Pit Date: Tue, 10 Mar 2015 19:33:52 +0000 (-0300) Subject: Simplify vmg_call_sv() so that ERRSV is no longer used as a lvalue X-Git-Tag: rt101410~2 X-Git-Url: http://git.vpit.fr/?a=commitdiff_plain;ds=inline;h=aae88f4cf6f2f32553f8cc29cb8f0792cb5cd910;hp=aae88f4cf6f2f32553f8cc29cb8f0792cb5cd910;p=perl%2Fmodules%2FVariable-Magic.git Simplify vmg_call_sv() so that ERRSV is no longer used as a lvalue It's less hackish and more resilient to core changes. ---