libb-hooks-endofscope-perl 0.26-1 source package in Ubuntu

Changelog

libb-hooks-endofscope-perl (0.26-1) unstable; urgency=medium

  * Import upstream version 0.26.
  * Use packaged version of ExtUtils::HasCompiler
    instead of the bundled one.
  * Update years of packaging copyright.

 -- gregor herrmann <email address hidden>  Fri, 25 Feb 2022 18:58:32 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release main perl
Lunar release main perl

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libb-hooks-endofscope-perl_0.26-1.dsc 2.6 KiB 24bb80e5ead4fe8b1d0b007624e3097f6b9fdb45e7974a362d537ad13f094617
libb-hooks-endofscope-perl_0.26.orig.tar.gz 38.2 KiB 39df2f8c007a754672075f95b90797baebe97ada6d944b197a6352709cb30671
libb-hooks-endofscope-perl_0.26-1.debian.tar.xz 3.7 KiB e51c4745a71be1876f30cdbb3da3c42efd621453fb4ce974a66cd5f56b9079d6

Available diffs

No changes file available.

Binary packages built by this source

libb-hooks-endofscope-perl: 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.