Source: libb-hooks-endofscope-perl
Section: perl
Priority: optional
Maintainer: OpenKylin Developers <packaging@lists.openkylin.top>
Build-Depends: debhelper-compat (=13)
Build-Depends-Indep: libdevel-hide-perl <!nocheck>,
                     libextutils-hascompiler-perl,
                     libmodule-implementation-perl <!nocheck>,
                     libsub-exporter-progressive-perl <!nocheck>,
                     libvariable-magic-perl <!nocheck>,
                     perl
Testsuite: autopkgtest-pkg-perl
Standards-Version: 4.6.0
Vcs-Browser: https://gitee.com/openkylin/libb-hooks-endofscope-perl
Vcs-Git: https://gitee.com/openkylin/libb-hooks-endofscope-perl.git
Homepage: https://metacpan.org/release/B-Hooks-EndOfScope
Rules-Requires-Root: no

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.
