Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

B::Hooks::EndOfScope::PP

Name B::Hooks::EndOfScope::PP
Version 0.26
Located at /usr/local/share/perl5
File /usr/local/share/perl5/B/Hooks/EndOfScope/PP.pm
Is Core No
Search CPAN for this module B::Hooks::EndOfScope::PP
Documentation B::Hooks::EndOfScope::PP
Module Details B::Hooks::EndOfScope::PP


NAME

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


VERSION

version 0.26


DESCRIPTION

This is the pure-perl implementation of the B::Hooks::EndOfScope manpage based only on modules available as part of the perl core. Its leaner sibling the B::Hooks::EndOfScope::XS manpage will be automatically preferred if all dependencies are available and $ENV{B_HOOKS_ENDOFSCOPE_IMPLEMENTATION} is not set to 'PP'.


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.


SUPPORT

Bugs may be submitted through the RT bug tracker (or bug-B-Hooks-EndOfScope@rt.cpan.org).


AUTHORS


COPYRIGHT AND LICENCE

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.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2024