Source: libb-hooks-endofscope-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann , Florian Schlichting Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 9) Build-Depends-Indep: perl, libdevel-hide-perl, libmodule-implementation-perl, libsub-exporter-progressive-perl, libvariable-magic-perl Standards-Version: 4.1.4 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libb-hooks-endofscope-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libb-hooks-endofscope-perl.git Homepage: https://metacpan.org/release/B-Hooks-EndOfScope Package: libb-hooks-endofscope-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libmodule-implementation-perl, libsub-exporter-progressive-perl, libvariable-magic-perl Description: module for executing code after a scope finished compilation 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.