libclass-method-modifiers-perl 2.13-ok2 source package in openKylin

Changelog

libclass-method-modifiers-perl (2.13-ok2) yangtze; urgency=medium

  * Update version.

 -- zhouganqing <email address hidden>  Tue, 16 Aug 2022 16:21:41 +0800

Upload details

Uploaded by:
周淦清
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

Downloads

File Size SHA-256 Checksum
libclass-method-modifiers-perl_2.13.orig.tar.gz 40.4 KiB ab5807f71018a842de6b7a4826d6c1f24b8d5b09fcce5005a3309cf6ea40fd63
libclass-method-modifiers-perl_2.13-ok2.debian.tar.xz 1.7 KiB 95925d4798c3e86be0353232cf753d6f0df40390265171050a4e0fe1668ba6b1
libclass-method-modifiers-perl_2.13-ok2.dsc 2.2 KiB 44847534de1c9c2a46bdc3311d2abe4bb55c7ee10254108c3a3795f1703a9386

Available diffs

View changes file

Binary packages built by this source

libclass-method-modifiers-perl: Perl module providing method modifiers

 Class::Method::Modifiers provides three modifiers: before, around, and after.
 The before and after modifiers are run just before and after the method they
 modify, but cannot really affect that original method. The remaining modifier,
 around, is run in place of the original method, with a hook to easily call the
 original method.