libinline-perl 0.86-2 source package in Ubuntu

Changelog

libinline-perl (0.86-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Update standards version to 4.5.0, no changes needed.
  * Apply multi-arch hints. + libinline-perl: Add Multi-Arch: foreign.
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Sat, 19 Nov 2022 14:50:14 +0000

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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libinline-perl_0.86-2.dsc 2.2 KiB f102033646a96a4f1ed58cc0ace67fb5d9192d87f30e94f6ca62dce735ffa8d1
libinline-perl_0.86.orig.tar.gz 85.3 KiB 510a7de2d011b0db80b0874e8c0f7390010991000ae135cff7474df1e6d51e3a
libinline-perl_0.86-2.debian.tar.xz 5.0 KiB 70e9978a123fcbb4b4e1024ef63b4774f48228c8b697d0678d65e750d617363e

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.