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

Changelog

libclass-method-modifiers-perl (2.13-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-method-modifiers-perl_2.13.orig.tar.gz 40.4 KiB ab5807f71018a842de6b7a4826d6c1f24b8d5b09fcce5005a3309cf6ea40fd63
libclass-method-modifiers-perl_2.13-ok1.debian.tar.xz 1.7 KiB 9f2fabf163e1e09cb89b32d738e66da24966dbe8d5563dc9bad27075cfcb48cb
libclass-method-modifiers-perl_2.13-ok1.dsc 2.2 KiB 283804e8ab97e7999e88587c3eca7d9cce48efc4e3a6375e21bf6bdf1c6b336e

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.