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

Changelog

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

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
luzp
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

Downloads

File Size SHA-256 Checksum
libclass-trigger-perl_0.14.orig.tar.gz 48.8 KiB 6b1e45acc561e0708e00a2fcf16e157cad8b8963d1bf73726f77dd809b8aebc4
libclass-trigger-perl_0.14-ok1.debian.tar.xz 2.4 KiB a10192a4fe4fd53e2aed96f5f78af492e5a65df209fde97e14b5788482605c88
libclass-trigger-perl_0.14-ok1.dsc 2.0 KiB 1963df41a422cab99fd3258c53ddcc2449039c895c2c5739fe15db62e85447a1

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.