libio-tiecombine-perl 1.005-2 source package in Ubuntu

Changelog

libio-tiecombine-perl (1.005-2) unstable; urgency=medium

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * Remove Fabrizio Regalli from Uploaders. Thanks for your work!
  * Remove Ryan Niebur from Uploaders. Thanks for your work!

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

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

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Submit.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on libtest-simple-perl and
      perl.

 -- Jelmer Vernooij <email address hidden>  Wed, 15 Jun 2022 13:10:27 +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
libio-tiecombine-perl_1.005-2.dsc 2.1 KiB 9e269d3872264011913e3d975286374c81e3c4990d67b5d12284527d18981d8b
libio-tiecombine-perl_1.005.orig.tar.gz 16.5 KiB 402d4db8300b3d271632f4995e0ade329d89280a7e47f2badf8b38af6e5569af
libio-tiecombine-perl_1.005-2.debian.tar.xz 2.7 KiB 6f2fced13c824cd8f3053ef12bcebfb08165dfe1912b0de1430688ae9d49cec3

Available diffs

No changes file available.

Binary packages built by this source

libio-tiecombine-perl: Perl module to collect output via any kind of tied variable

 IO::TieCombine is a module that can collect output in separate (but
 combinable) named "slots" (output buffers). It provides methods that
 tie scalars, references, file handles or callback functions to specific
 slots, making it possible to e.g. collect both text printed to a file
 handle and text appended to a scalar in the same place, without the
 printing or appending function knowing about the relationship or the
 name of the slot.