Fedora Packages

perl-Inline

Inline Perl module

The 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.

Releases Overview

Release Stable Testing
Fedora Rawhide 0.86-17.fc40 -
Fedora 40 0.86-17.fc40 -
Fedora 39 0.86-15.fc39 -
Fedora 38 0.86-14.fc38 -
EPEL 9 0.86-10.el9 -
EPEL 8 0.86-4.el8 -
File a new bug report »
Package Info
Related Packages

You can contact the maintainers of this package via email at perl-Inline dash maintainers at fedoraproject dot org.



Sources on Pagure