libinline-perl 0.50-1 source package in Ubuntu

Changelog

libinline-perl (0.50-1) unstable; urgency=low


  * New upstream release.
  * Drop fix-pod-spelling.patch, applied upstream.
  * Update years of {upstream,packaging} copyright.

 -- gregor herrmann <email address hidden>  Wed, 08 Feb 2012 23:12:32 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Quantal: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libinline-perl_0.50-1.dsc 2.1 KiB b8751e05ac5e11919a5351ffa26494e8756e0ff842bf9fad3dc9ae431e9c1fc5
libinline-perl_0.50.orig.tar.gz 102.2 KiB 6263fa1145efe9e96bcd60d10f9eabd93313e00cb1e555abddda1e98b7c280d6
libinline-perl_0.50-1.debian.tar.gz 4.3 KiB c43bd0b5486d35744ff15f6707de347ba60af61ddea490e19a188c5f3d5f0c13

Available diffs

No changes file available.

Binary packages built by this source

libinline-perl: module for producing simple Foreign Function Interfaces

 Inline is a Perl module designed to allow developers to integrate source code
 written in other programming languages directly "inline" in Perl scripts or
 modules. 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.