B::Hooks::EndOfScope::XS - Execute code after a scope finished compilation - XS implementation



NAME

B::Hooks::EndOfScope::XS - Execute code after a scope finished compilation - XS implementation


VERSION

version 0.15


DESCRIPTION

This is the implementation of the B::Hooks::EndOfScope manpage based on the Variable::Magic manpage, which is an XS module dependent on a compiler. It will always be automatically preferred if the Variable::Magic manpage is available.


FUNCTIONS

on_scope_end

    on_scope_end { ... };
    on_scope_end $code;

Registers $code to be executed after the surrounding scope has been compiled.

This is exported by default. See the Sub::Exporter manpage on how to customize it.


AUTHORS


COPYRIGHT AND LICENSE

This software is copyright (c) 2008 by Florian Ragwitz.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

 B::Hooks::EndOfScope::XS - Execute code after a scope finished compilation - XS implementation