The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.12 - 2012-12-04

  • Complete pure-perl implementation in addition to the one based on Variable::Magic. You can specify the implementation explicitly by use-ing B::Hooks::EndOfScope::PP or B::Hooks::EndOfScope::XS, or by setting $ENV{B_HOOKS_ENDOFSCOPE_IMPLEMENTATION} to either 'XS' or 'PP'
  • Switch from using Sub::Exporter to the more conservative Sub::Exporter::Progressive

Modules

Execute code after a scope finished compilation
Execute code after a scope finished compilation - PP implementation
Execute code after a scope finished compilation - XS implementation