1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
Source: libb-hooks-endofscope-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jose Luis Rivas <ghostbar38@gmail.com>,
Antonio Radici <antonio@dyne.org>,
gregor herrmann <gregoa@debian.org>,
Fabrizio Regalli <fabreg@fabreg.it>,
Florian Schlichting <fsfs@debian.org>
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: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libb-hooks-endofscope-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/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.
|