Fri, 23 Jan 2026 13:28:07 CST | login

Information for build perl-Class-Method-Modifiers-2.13-3.oc9

ID15123
Package Nameperl-Class-Method-Modifiers
Version2.13
Release3.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/src-opencloudos-rpms/perl-Class-Method-Modifiers.git?.#f2e0824bd093aa7130557e46967d31b7dc85a9d6
SummaryProvides Moose-like method modifiers
DescriptionMethod modifiers are a convenient feature from the CLOS (Common Lisp Object System) world. In its most basic form, a method modifier is just a method that calls $self->SUPER::foo(@_). I for one have trouble remembering that exact invocation, so my classes seldom re-dispatch to their base classes. Very bad! Class::Method::Modifiers provides three modifiers: before, around, and after. before and after are run just before and after the method they modify, but can not really affect that original method. around is run in place of the original method, with a hook to easily call that original method. See the "MODIFIERS" section for more details on how the particular modifiers work.
Built bydenisecheng
State complete
Volume DEFAULT
StartedMon, 18 Sep 2023 19:40:36 CST
CompletedMon, 18 Sep 2023 19:42:02 CST
Taskbuild (dist-oc9, /src-opencloudos-rpms/perl-Class-Method-Modifiers.git:.:origin/oc9)
Extra{'source': {'original_url': 'git+https://gitee.com/src-opencloudos-rpms/perl-Class-Method-Modifiers.git?.#origin/oc9'}}
Tags
dist-oc9
dist-oc9-compose
RPMs
src
perl-Class-Method-Modifiers-2.13-3.oc9.src.rpm (info) (download)
noarch
perl-Class-Method-Modifiers-2.13-3.oc9.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.13-3 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.13-2 - Rebuilt for OpenCloudOS Stream 23 * Tue May 10 2022 Xiaojie Chen <jackxjchen@tencent.com> - 2.13-1 - Initial build