libinline-perl 0.87-1 source package in Ubuntu

Changelog

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

  * Import upstream version 0.87.
  * Update years of upstream and packaging copyright.
  * Declare compliance with Debian Policy 4.7.2.
  * Remove «Priority: optional», which is the current default.

 -- gregor herrmann <email address hidden>  Mon, 22 Sep 2025 21:48:03 +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
Resolute release universe perl

Downloads

File Size SHA-256 Checksum
libinline-perl_0.87-1.dsc 2.4 KiB 1d742da8094740bb083ecf8754889e6e21baec40d3a91482effdd71e5022dc09
libinline-perl_0.87.orig.tar.gz 86.6 KiB 105e4271ace1c1b5a264d771ff111d8b928b256002888222862c7be9686f39c5
libinline-perl_0.87-1.debian.tar.xz 5.0 KiB 854dc0dda12c9a9c3a8f663f62faae29ce0eed3ccd286654d5d58370a53411a5

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.