libb-hooks-endofscope-perl

Module for executing code after a scope finished compilation
  https://metacpan.org/release/B-Hooks-EndOfScope
  0
  no reviews



B::hooks::endofscope allows you to execute code when perl finished compiling the surrounding scope. it exports a single function, 'on_scope_end $codeblock', which can be used e.g. for introspection in the constructor of your class.