logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Authors

• Florian Ragwitz <rafl@debian.org> • Peter Rabbitson <ribasushi@leporine.io>

Description

This is the implementation of B::Hooks::EndOfScope based on Variable::Magic, which is an XS module dependent on a compiler. It will always be automatically preferred if Variable::Magic 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 Sub::Exporter on how to customize it.

Name

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

Support

Bugs may be submitted through the RT bug tracker <https://rt.cpan.org/Public/Dist/Display.html?Name=B- Hooks-EndOfScope> (or bug-B-Hooks-EndOfScope@rt.cpan.org <mailto:bug-B-Hooks-EndOfScope@rt.cpan.org>).

Version

version 0.28

See Also