Tue, 17 Sep 2024 01:44:53 UTC | login

Information for build perl-Inline-0.86-3.fc33

ID165044
Package Nameperl-Inline
Version0.86
Release3.fc33
Epoch
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 bydavidlt
State complete
Volume DEFAULT
StartedTue, 14 Jul 2020 08:25:14 UTC
CompletedTue, 14 Jul 2020 08:25:14 UTC
Tags
f33
RPMs
src
perl-Inline-0.86-3.fc33.src.rpm (info) (download)
noarch
perl-Inline-0.86-3.fc33.noarch.rpm (info) (download)
Changelog * Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 0.86-3 - Perl 5.32 rebuild * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.86-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jan 09 2020 Petr Pisar <ppisar@redhat.com> - 0.86-1 - 0.86 bump * Tue Jan 07 2020 Petr Pisar <ppisar@redhat.com> - 0.85-1 - 0.85 bump * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.83-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 0.83-2 - Perl 5.30 rebuild * Mon Apr 29 2019 Petr Pisar <ppisar@redhat.com> - 0.83-1 - 0.83 bump * Wed Apr 03 2019 Petr Pisar <ppisar@redhat.com> - 0.82-1 - 0.82 bump * Mon Feb 04 2019 Petr Pisar <ppisar@redhat.com> - 0.81-1 - 0.81 bump * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.80-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.80-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 0.80-10 - Perl 5.28 rebuild