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

Changelog

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

  * Import upstream version 0.28.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Sat, 02 Mar 2024 02:16:39 +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
Oracular release main perl
Noble release main perl

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libb-hooks-endofscope-perl_0.28-1.dsc 2.6 KiB 4b0dcdff89a8b8d96eaa896b987e28745f667141a50986d2034d8b326a80af0c
libb-hooks-endofscope-perl_0.28.orig.tar.gz 39.2 KiB edac77a17fc36620c8324cc194ce1fad2f02e9fcbe72d08ad0b2c47f0c7fd8ef
libb-hooks-endofscope-perl_0.28-1.debian.tar.xz 3.8 KiB a956da39bebd89d7257aa3145ae2ae218184187d889a89c3481432eefe9aa758

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.