Thu, 02 Apr 2026 12:14:34 CST | login

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

ID27741
Package Nameperl-Inline
Version0.86
Release1.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/perl-Inline.git?.#0e0cef5cef2d2f4700cc8f15bac95524b79f4526
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 byfanjunkong
State complete
Volume DEFAULT
StartedMon, 05 Aug 2024 15:47:18 CST
CompletedMon, 05 Aug 2024 15:49:17 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-2504-build
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
perl-Inline-0.86-1.oc9.src.rpm (info) (download)
noarch
perl-Inline-0.86-1.oc9.noarch.rpm (info) (download)
perl-Inline-tests-0.86-1.oc9.noarch.rpm (info) (download)
Logs
noarch
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Thu Jun 20 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.86-1 - initial build