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

Changelog

libclass-method-modifiers-perl (2.15-ok1) nile; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 06 May 2024 21:47:38 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main perl
Huanghe V3.0 release main perl
Nile V2.0 release main perl
Nile V2.0 proposed main perl

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libclass-method-modifiers-perl_2.15.orig.tar.gz 40.2 KiB 65cd85bfe475d066e9186f7a8cc636070985b30b0ebb1cde8681cf062c2e15fc
libclass-method-modifiers-perl_2.15-ok1.debian.tar.xz 1.6 KiB a9cdc3fd0c794341aff9eb285cc2aeced04b8fd7a6932a3552b5d7655bd422aa
libclass-method-modifiers-perl_2.15-ok1.dsc 2.1 KiB 02d1abbb6977b9350ea0f9271bf8e86c2b72323a1e8ebbccdff1892cfd7541b2

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.