]> git.vpit.fr Git - perl/modules/Variable-Magic.git/commit
Exception propagation fixes
authorVincent Pit <vince@profvince.com>
Fri, 25 Jun 2010 18:34:14 +0000 (20:34 +0200)
committerVincent Pit <vince@profvince.com>
Fri, 25 Jun 2010 18:34:14 +0000 (20:34 +0200)
commita5a7e1159e5dc96c5046b990a7a23316ab5d5889
tree7adfb1d7d8ec994c1ef64088cb8fb5a946c3a3c2
parentb87f7db5f95b5fec288c5a151a474f8c816bc77a
Exception propagation fixes

First, make sure that exceptions thrown in a free callback at the end of a
regular block are propagated.

Second, prevent duplication of error messages when dieing in a free callback
at BEGIN time.
Magic.xs
t/17-ctl.t