Development/Libraries

perl-Inline: Inline Perl module

Name:perl-Inline Vendor:Red Hat, Inc.
Version:0.44 License:GPL or Artistic
Release:15.2 URL:http://search.cpan.org/dist/Inline/
Summary
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.

Arch: src

Download:perl-Inline-0.44-15.2.src.rpm
Build Date:Fri Feb 3 14:47:29 2006
Packager:Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
Size:92 KiB

Changelog

* Fri Feb 3 17:00:00 2006 Jason Vas Dias <jvdias{%}redhat{*}com> - 0.44-15.2
- rebuild for new perl-5.8.8
* Fri Dec 16 17:00:00 2005 Jesse Keating <jkeating{%}redhat{*}com>
- rebuilt for new gcc
* Fri Dec 16 17:00:00 2005 Jesse Keating <jkeating{%}redhat{*}com>
- rebuilt for new gcj

Listing created by RepoView-0.5-1