libio-capture-perl 0.05-6 source package in Ubuntu

Changelog

libio-capture-perl (0.05-6) unstable; urgency=medium

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

 -- Jelmer Vernooij <email address hidden>  Thu, 13 Oct 2022 21:43:37 +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-capture-perl_0.05-6.dsc 2.0 KiB 61d0f9b0e7c4c87d8b8c642e4a9cb8006f1c04fb0f5804904626fc94b2ba3863
libio-capture-perl_0.05.orig.tar.gz 13.9 KiB c2c15a254ca74fb8c57d25d7b6cbcaff77a3b4fb5695423f1f80bb423abffea9
libio-capture-perl_0.05-6.debian.tar.xz 3.1 KiB 36e42823a53c1ee1afd5f20fe411d2e08bda3e2158693b39edb4b3e4ca27c5fc

Available diffs

No changes file available.

Binary packages built by this source

libio-capture-perl: Abstract Base Class to build modules to capture output

 The IO::Capture Module defines an abstract base class that can be
 used to build modules that capture output being sent on a filehandle
 such as STDOUT or STDERR.
 .
 Several modules that come with the distribution do just that.
 I.e., Capture STDOUT and STDERR. Also see James Keenan's
 IO::Capture::Stdout::Extended on CPAN.
 .
 See IO::Capture::Overview for a
 discussion of these modules and examples of how to build a module to
 sub-class from IO::Capture yourself. If after reading the overview,
 you would like to build a class from IO::Capture, look here for
 details on the internals.