libipc-pubsub-perl 0.29-3 source package in Ubuntu

Changelog

libipc-pubsub-perl (0.29-3) unstable; urgency=medium

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

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Add missing build dependency on libmodule-install-perl.

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Refer to specific version of license GPL-1+.

 -- Jelmer Vernooij <email address hidden>  Wed, 15 Jun 2022 14:49:20 +0100

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libipc-pubsub-perl_0.29-3.dsc 2.2 KiB 5e4a10d29521e0c44ef11d06491a125540c69be19bca3b9937bb25d7027da115
libipc-pubsub-perl_0.29.orig.tar.gz 20.9 KiB 88f2f9bcf5933807a68f3e966ea29f9603ce8aaab74eb20c4a355210387fcf7f
libipc-pubsub-perl_0.29-3.debian.tar.xz 3.0 KiB 43e974365f5887c34886152a82e555b4524f53a7b743d08cfb3b44a1dd9be6e4

Available diffs

No changes file available.

Binary packages built by this source

libipc-pubsub-perl: Interprocess Publish/Subscribe channels

 IPC::PubSub provides a simple API for publishing messages to channels
 and for subscribing to them.
 .
 When a message is published on a channel, all subscribers currently in
 that channel will get it on their next get or get_all call.
 .
 The package includes backends based on DBM::Deep, Cache::Memcached,
 Jifty::DBI and plain hashes.