libipc-shareable-perl 0.61-2 source package in Ubuntu

Changelog

libipc-shareable-perl (0.61-2) unstable; urgency=medium

  * Team upload.

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Martín Ferrari ]
  * Remove myself from Uploaders.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ Niko Tyni ]
  * Update to debhelper compat level 10
  * Update to Standards-Version 4.1.3
  * Declare that the package does not need (fake)root to build
  * Add Testsuite declaration for autopkgtest-pkg-perl

 -- Niko Tyni <email address hidden>  Fri, 30 Mar 2018 11:18:08 +0300

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
Focal release universe perl
Bionic release universe perl

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libipc-shareable-perl_0.61-2.dsc 2.1 KiB 6a9138e646c8f3716bf18d8cec0c69f6a4f24da139f4aaa95399cfee2d58735e
libipc-shareable-perl_0.61.orig.tar.gz 29.0 KiB c2ffa5bbda076acd9fc1b7d9dab1ce6707f345c5a833431b5a8ee0f8744720c4
libipc-shareable-perl_0.61-2.debian.tar.xz 3.5 KiB 8ff22131eb6c3f26ee2f2fe9f6a5c7c6ea386ef804fb1bb0cb428fa152e63dc4

Available diffs

No changes file available.

Binary packages built by this source

libipc-shareable-perl: module to access IPC shared memory segments through perl

 This perl module provides a tie() interface to System V IPC shared memory
 segments.
 .
 IPC::Shareable allows you to tie a variable to shared memory making it
 easy to share the contents of that variable with other Perl processes.
 Scalars, arrays, and hashes can be tied. The variable being tied may
 contain arbitrarily complex data structures - including references to
 arrays, hashes of hashes, etc.