> Thoughts, questions, and discussions very welcome, particularly from > Vincent, who is the author of Variable::Magic. There are two alternate solutions : * Fixing the bug in the core, and making autodie depend on B::Hooks::EndOfScope conditionnally on perl 5.10.0. This gets my vote. * The Variable::Magic part of B::Hooks::EndOfScope can be replaced by tieing %^H to add it a destructor. The only drawback that I know of is that dieing at compile-time in the scope of the pragma can then generate some spurious "(in cleanup)" messages. Vincent.Thread Previous | Thread Next