]> git.vpit.fr Git - perl/modules/Variable-Magic.git/commit
A better fix for handling exceptions at compile time.
authorVincent Pit <vince@profvince.com>
Mon, 19 Jan 2009 23:53:19 +0000 (00:53 +0100)
committerVincent Pit <vince@profvince.com>
Mon, 19 Jan 2009 23:53:19 +0000 (00:53 +0100)
commit6e42ee234deb79fad1c91703e5a7ec3bd8bc47f3
treecbda94e791e6917d9df95e9d8f4697198e660fc2
parent25e0ed9971f58639b9f7528c896599a8439988d7
A better fix for handling exceptions at compile time.

Also remove useless returns check for call_sv. It's called in scalar context, so it has to return exactly one scalar.
Magic.xs
t/14-callbacks.t
t/17-ctl.t