Wed, 21 Jan 2026 17:40:44 CST | login

Information for build perl-Class-Method-Modifiers-2.15-3.ocs23.rva23

ID24294
Package Nameperl-Class-Method-Modifiers
Version2.15
Release3.ocs23.rva23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/perl-Class-Method-Modifiers.git?.#8650cf251d484b4af442d2fab1b9bb72926b3ed4
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 bymaxonxie
State complete
Volume DEFAULT
StartedThu, 27 Nov 2025 19:23:26 CST
CompletedThu, 27 Nov 2025 22:40:55 CST
Taskbuild (dist-ocs23-riscv-rva23, /opencloudos-stream/perl-Class-Method-Modifiers.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/perl-Class-Method-Modifiers.git?.#origin/master'}}
Tags
dist-ocs23-riscv-rva23
RPMs
src
perl-Class-Method-Modifiers-2.15-3.ocs23.rva23.src.rpm (info) (download)
noarch
perl-Class-Method-Modifiers-2.15-3.ocs23.rva23.noarch.rpm (info) (download)
Logs
noarch
state.log
build.log
root.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Thu Sep 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.15-3 - Rebuilt for clarifying the packages requirement in BaseOS and AppStream * Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.15-2 - Rebuilt for loongarch release * Thu Dec 21 2023 Upgrade Robot <upbot@opencloudos.org> - 2.15-1 - Upgrade to version 2.15 * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.13-5 - Rebuilt for OpenCloudOS Stream 23.09 * Tue Aug 15 2023 Xiaojie Chen <jackxjchen@tencent.com> - 2.13-4 - Remove perl(:MODULE_COMPAT) which will be generated by perl-generators >= 1.15 * 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