1B::Hooks::EndOfScope::XUSs(e3r)Contributed Perl DocumentBa:t:iHoonoks::EndOfScope::XS(3)
2
3
4
6 B::Hooks::EndOfScope::XS - Execute code after a scope finished
7 compilation - XS implementation
8
10 version 0.24
11
13 This is the implementation of B::Hooks::EndOfScope based on
14 Variable::Magic, which is an XS module dependent on a compiler. It will
15 always be automatically preferred if Variable::Magic is available.
16
18 on_scope_end
19 on_scope_end { ... };
20
21 on_scope_end $code;
22
23 Registers $code to be executed after the surrounding scope has been
24 compiled.
25
26 This is exported by default. See Sub::Exporter on how to customize it.
27
29 Bugs may be submitted through the RT bug tracker
30 <https://rt.cpan.org/Public/Dist/Display.html?Name=B-Hooks-EndOfScope>
31 (or bug-B-Hooks-EndOfScope@rt.cpan.org <mailto:bug-B-Hooks-
32 EndOfScope@rt.cpan.org>).
33
35 • Florian Ragwitz <rafl@debian.org>
36
37 • Peter Rabbitson <ribasushi@leporine.io>
38
40 This software is copyright (c) 2008 by Florian Ragwitz.
41
42 This is free software; you can redistribute it and/or modify it under
43 the same terms as the Perl 5 programming language system itself.
44
45
46
47perl v5.34.0 2021-07-22 B::Hooks::EndOfScope::XS(3)