]> git.vpit.fr Git - perl/modules/Variable-Magic.git/commit
Always use a safe version of call_sv()
authorVincent Pit <vince@profvince.com>
Fri, 25 Jun 2010 20:05:22 +0000 (22:05 +0200)
committerVincent Pit <vince@profvince.com>
Fri, 25 Jun 2010 20:21:33 +0000 (22:21 +0200)
commit9dce2bfe18bcd7d9914310c81b8832d40fb04fbb
tree9c3c5119468266c3831bc1ca4c0f90fe0bbc0118
parenta5a7e1159e5dc96c5046b990a7a23316ab5d5889
Always use a safe version of call_sv()

All the relevant code has been factored out of vmg_cb_free() into a new
vmg_call_sv() function.
Magic.xs
t/14-callbacks.t
t/30-scalar.t