libb-hooks-endofscope-perl 0.28-ok1 source package in openKylin

Changelog

libb-hooks-endofscope-perl (0.28-ok1) nile; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Tue, 07 May 2024 09:30:57 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main perl
Nile V2.0 proposed main perl

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libb-hooks-endofscope-perl_0.28.orig.tar.gz 39.2 KiB edac77a17fc36620c8324cc194ce1fad2f02e9fcbe72d08ad0b2c47f0c7fd8ef
libb-hooks-endofscope-perl_0.28-ok1.debian.tar.xz 2.0 KiB d6b1dac71335a054265b2cd93ae1658b3c1765d889e70a351749ae497a9b49d5
libb-hooks-endofscope-perl_0.28-ok1.dsc 2.2 KiB 6f809e989ce54d7eab9e401d25de686743e7634ebf62f883bb3590d2fc2a7314

Available diffs

View changes file

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.