Thu, 22 Jan 2026 06:50:43 CST | login

Information for build perl-autodie-2.36-4.ocs23

ID21680
Package Nameperl-autodie
Version2.36
Release4.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/perl-autodie.git?.#2f66979bd809c7aba6eef21677570a76f14f68f8
SummaryReplace functions with ones that succeed or die
DescriptionThe autodie pragma provides a convenient way to replace functions that normally return false on failure with equivalents that throw an exception on failure. The autodie pragma has lexical scope, meaning that functions and subroutines altered with autodie will only change their behaviour until the end of the enclosing block, file, or eval.If system is specified as an argument to autodie, then it uses IPC::System::Simple to do the heavy lifting.
Built byocs-bot
State complete
Volume DEFAULT
StartedFri, 27 Sep 2024 16:59:21 CST
CompletedFri, 27 Sep 2024 17:10:24 CST
Taskbuild (dist-ocs23-base, /opencloudos-stream/perl-autodie.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/perl-autodie.git?.#origin/master'}}
Tags
dist-ocs23-base
RPMs
src
perl-autodie-2.36-4.ocs23.src.rpm (info) (download)
noarch
perl-autodie-2.36-4.ocs23.noarch.rpm (info) (download)
Logs
noarch
root.log
state.log
installed_pkgs.log
hw_info.log
build.log
mock_output.log
noarch_rpmdiff.json
Changelog * Thu Sep 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.36-4 - Rebuilt for clarifying the packages requirement in BaseOS and AppStream * Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.36-3 - Rebuilt for loongarch release * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.36-2 - Rebuilt for OpenCloudOS Stream 23.09 * Wed Aug 02 2023 Xiaojie Chen <jackxjchen@tencent.com> - 2.36-1 - Upgrade to upstream version 2.36 - Remove perl(MODULE_COMPAT) which will be generated by perl-generators >= 1.15 * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.34-3 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.34-2 - Rebuilt for OpenCloudOS Stream 23 * Wed Aug 17 2022 Wang Zhe <bessiewang@tencent.com> - 2.34-1 - initial build