libclass-trigger-perl 0.14-2 source package in Ubuntu

Changelog

libclass-trigger-perl (0.14-2) unstable; urgency=medium

  * Take over for the Debian Perl Group, as agreed with Bart
  * d/control:
    - Declare compliance with Debian Policy 4.3.0
    - Bump debhelper comatibility level to 11
    - Add Vcs-Git and Vcs-Browser fields
    - Refresh (build-)dependencies
    - Add autopkgtest support
  * d/copyright:
    - replace with copyright details in 1.0 format
  * d/patches:
    - add spelling-error-in-manpage
    - add use-local-module-install-directory
  * d/rules:
    - refresh with default dh target
  * d/s/format:
    - specify quilt format
  * d/u/metadata:
    - add upstream metadata
  * d/watch:
    - migrate to track metacpan releases

 -- Nick Morrott <email address hidden>  Thu, 21 Feb 2019 23:48:07 +0000

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
Focal release universe perl

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libclass-trigger-perl_0.14-2.dsc 2.3 KiB f34ec7c5674c88311c7e52ba285b2691e2e65bf8660b9a285a95d84de67931b2
libclass-trigger-perl_0.14.orig.tar.gz 48.8 KiB 6b1e45acc561e0708e00a2fcf16e157cad8b8963d1bf73726f77dd809b8aebc4
libclass-trigger-perl_0.14-2.debian.tar.xz 3.1 KiB 454b2b9584da9bf69ee4e9c235ccba02e62c0ef2bbf4acccfad244aacd1c90cc

Available diffs

No changes file available.

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.