Sat, 07 Mar 2026 14:14:55 CST | login

Information for build perl-common-sense-3.7.5-1.oc9

ID25311
Package Nameperl-common-sense
Version3.7.5
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/perl-common-sense.git?.#12ac8ecc7a9d6b2aa5a6bffa85172e2b4985a899
Summary"Common sense" Perl defaults
DescriptionThis module implements some sane defaults for Perl programs, as defined by two typical (or not so typical - use your common sense) specimens of Perl coders: It's supposed to be mostly the same, with much lower memory usage, as: use utf8; use strict qw(vars subs); use feature qw(say state switch); use feature qw(unicode_strings unicode_eval current_sub fc evalbytes); no feature qw(array_base); no warnings; use warnings qw(FATAL closed threads internal debugging pack prototype inplace io pipe unpack malloc deprecated glob digit printf layer reserved taint closure semicolon); no warnings qw(exec newline unopened);
Built byfanjunkong
State complete
Volume DEFAULT
StartedThu, 25 Jul 2024 18:37:01 CST
CompletedThu, 25 Jul 2024 18:39:06 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/perl-common-sense.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/perl-common-sense.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
perl-common-sense-3.7.5-1.oc9.src.rpm (info) (download)
aarch64
perl-common-sense-3.7.5-1.oc9.aarch64.rpm (info) (download)
x86_64
perl-common-sense-3.7.5-1.oc9.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
Changelog * Mon Apr 15 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 3.7.5-1 - initial build