libinline-perl 0.53-1 source package in Ubuntu

Changelog

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


  [ gregor herrmann ]
  * debian/control: update {versioned,alternative} (build) dependencies.

  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ Axel Beckert ]
  * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
    copyright"

  [ Florian Schlichting ]
  * Import Upstream version 0.53
  * Bump years of upstream copyright
  * Bump Standards-Version to 3.9.4 (no change)
  * Add myself to uploaders and copyright

 -- Florian Schlichting <email address hidden>  Tue, 10 Sep 2013 10:45:35 +0200

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
Trusty release main perl

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libinline-perl_0.53-1.dsc 2.1 KiB b5a8b6b3a9adc02326300d304bc65b068672ed3bca14c3c99bb2eb94b12988e0
libinline-perl_0.53.orig.tar.gz 110.3 KiB 737c9a7b94e622d413115f555691e5f07b4a196edd8bb7a986be163796552240
libinline-perl_0.53-1.debian.tar.gz 4.6 KiB 83c24237a676ba66ef9e60e16550f8bb27f4ff4f8e2bb341521f3ce30a9d66eb

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.