Wed, 01 Apr 2026 23:59:38 CST | login

Information for build perl-Inline-0.86-2.oc9

ID39261
Package Nameperl-Inline
Version0.86
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/perl-Inline.git?.#1696aa638b308ccdfca75e344d7f002471a027ee
SummaryInline Perl module
DescriptionThe Inline module allows you to put source code from other programming languages directly "inline" in a Perl script or module. The code is automatically compiled as needed, and then loaded for immediate access from Perl. Inline saves you from the hassle of having to write and compile your own glue code using facilities like XS or SWIG. Simply type the code where you want it and run your Perl as normal. All the hairy details are handled for you. The compilation and installation of your code chunks all happen transparently; all you will notice is the delay of compilation on the first run. The Inline code only gets compiled the first time you run it (or whenever it is modified) so you only take the performance hit once. Code that is Inlined into distributed modules (like on the CPAN) will get compiled when the module is installed, so the end user will never notice the compilation time.
Built bybbrucezhang
State complete
Volume DEFAULT
StartedFri, 13 Jun 2025 17:53:05 CST
CompletedFri, 13 Jun 2025 17:56:15 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/perl-Inline.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/perl-Inline.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
perl-Inline-0.86-2.oc9.src.rpm (info) (download)
noarch
perl-Inline-0.86-2.oc9.noarch.rpm (info) (download)
perl-Inline-tests-0.86-2.oc9.noarch.rpm (info) (download)
Logs
noarch
dnf.rpm.log
dnf.librepo.log
mock_output.log
dnf.log
state.log
installed_pkgs.log
build.log
mock_config.log
hw_info.log
root.log
noarch_rpmdiff.json
Changelog * Wed Jun 11 2025 bbrucezhang <bbrucezhang@tencent.com> - 0.86-2 - Rebuilt for loongarch64 * Thu Jun 20 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.86-1 - initial build