libthread-serialize-perl 1.02-1 source package in Ubuntu

Changelog

libthread-serialize-perl (1.02-1) unstable; urgency=medium

  [ gregor herrmann ]
  * debian/control: remove Nicholas Bamber from Uploaders on request of
    the MIA team. Closes: #924998
  * 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.
  * Remove Matt Zagrabelny from Uploaders. Thanks for your work!

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

  [ gregor herrmann ]
  * Import upstream version 1.02.
  * Update Upstream-Contact in debian/copyright.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 4.4.1.
  * Bump debhelper-compat to 12.
  * debian/watch: use uscan version 4.

 -- gregor herrmann <email address hidden>  Sat, 16 Nov 2019 21:07:05 +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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl
Jammy release universe perl
Focal release universe perl

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libthread-serialize-perl_1.02-1.dsc 2.4 KiB 0bcb5c771048a4cc70e8c284f524609080b97c76abd4a38bb4e5256abd5f7ebb
libthread-serialize-perl_1.02.orig.tar.gz 8.7 KiB e95f1234597d67df9a431eb8383623dc408d2e6db87a5e96e9a28b93f4e85678
libthread-serialize-perl_1.02-1.debian.tar.xz 2.4 KiB 78fee96e7d4c8e3891189943730cbf69f65c9078c64d1696f00d62f9133676f0

Available diffs

No changes file available.

Binary packages built by this source

libthread-serialize-perl: module to serialize data-structures between threads

 The Thread::Serialize module is a library for centralizing the routines used
 to serialize data-structures between threads. Because of this central
 location, other modules such as Thread::Conveyor, Thread::Pool or Thread::Tie
 can benefit from the same optimilizations that may take place here in the
 future.