libinline-perl 0.80-1 source package in Ubuntu

Changelog

libinline-perl (0.80-1) unstable; urgency=medium

  * Import upstream version 0.80
  * Update years of upstream and packaging copyright.

 -- gregor herrmann <email address hidden>  Thu, 25 Jun 2015 22:36:27 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe perl
Xenial release universe perl

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libinline-perl_0.80-1.dsc 2.2 KiB 7d32dcefe196fcaf9f70c18b6ecfd1867d58c03383351d0ddaa72342ffccd836
libinline-perl_0.80.orig.tar.gz 76.4 KiB 7e2bd984b1ebd43e336b937896463f2c6cb682c956cbd2c311a464363d2ccef6
libinline-perl_0.80-1.debian.tar.xz 4.4 KiB 35c461786a6659838b92a7210fc92e4ba480663864aef293f5ab358a422dede8

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.