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

Changelog

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

  [ Debian Janitor ]
  * Apply multi-arch hints. + libio-tiecombine-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Fri, 14 Oct 2022 00:27:34 +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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libio-tiecombine-perl_1.005-3.dsc 2.1 KiB 2120b6345450e00fb9597a1fcb551e922bb89c60b26d96d8193ed24efc24dcfa
libio-tiecombine-perl_1.005.orig.tar.gz 16.5 KiB 402d4db8300b3d271632f4995e0ade329d89280a7e47f2badf8b38af6e5569af
libio-tiecombine-perl_1.005-3.debian.tar.xz 2.8 KiB e7174562620a3ca000c38f87e1f076bff72881b1ed164a9073f388153494b8cf

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.