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

Changelog

libb-hooks-endofscope-perl (0.26-ok1) yangtze; urgency=medium

  * Build for openkylin.

 -- denghao <email address hidden>  Wed, 31 Aug 2022 05:29:43 +0300

Upload details

Uploaded by:
denghao
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libb-hooks-endofscope-perl_0.26.orig.tar.gz 38.2 KiB 39df2f8c007a754672075f95b90797baebe97ada6d944b197a6352709cb30671
libb-hooks-endofscope-perl_0.26-ok1.debian.tar.xz 6.5 KiB 144fb4d45cf48e1104b0d7fc0e0c6607a24fbc7e54ddcd4a1f294b761fdf35f9
libb-hooks-endofscope-perl_0.26-ok1.dsc 2.1 KiB 1799fd47f7dd260e18ef04a74e624ccc74f65d03b92f2622b9de6c45e19f607f

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.