libclass-trigger-perl 0.15-ok1 source package in openKylin

Changelog

libclass-trigger-perl (0.15-ok1) yangtze; urgency=medium

  * Build for openkylin.

 -- zhangyichun <email address hidden>  Thu, 15 Sep 2022 09:43:24 +0800

Upload details

Uploaded by:
zhangyichun
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
Nile V2.0 proposed main perl
Nile V2.0 release main perl
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libclass-trigger-perl_0.15.orig.tar.gz 17.3 KiB b7a878d44dea67d64df2ca18020d9d868a95596debd16f1a264874209332b07f
libclass-trigger-perl_0.15-ok1.debian.tar.xz 7.7 KiB f7c073248ba0c9cb29f5cdac4d75ec6bbe8b17b58b1e33c3943f9f051c15ad6f
libclass-trigger-perl_0.15-ok1.dsc 1.9 KiB 1d1c599618a8d2f8737660604a9690c35506382130502d59079a477bc874aa6a

Available diffs

View changes file

Binary packages built by this source

libclass-trigger-perl: Mix-in to add/call inheritable triggers

 Class::Trigger is a mixin class to add and call triggers (hooks)
 that get called at points you specify in your class.
 .
 Class:Trigger allows you to specify an arbitrary number of subroutines
 that are triggered every time something happens in your code, e.g. updating
 a full text search index after INSERT/UPDATE/DELETE queries.