libfile-tee-perl 0.07-4 source package in Ubuntu

Changelog

libfile-tee-perl (0.07-4) unstable; urgency=medium

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

 -- Jelmer Vernooij <email address hidden>  Thu, 13 Oct 2022 15:17:47 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libfile-tee-perl_0.07-4.dsc 2.0 KiB 4108a1145008fa0a253d702f4af0278aefafc9298cfab6704d4d74ef558a02c6
libfile-tee-perl_0.07.orig.tar.gz 6.3 KiB 8651f7dbfbccf3d7c4f8bb2bc0c9ff0439e52014bf480e70afce55dda1461c51
libfile-tee-perl_0.07-4.debian.tar.xz 3.5 KiB d2be9d84299e8306398c689383dc99dbc8381696277d2870b06f5fcc5df328d8

Available diffs

No changes file available.

Binary packages built by this source

libfile-tee-perl: Perl module to duplicate streams like the tee unix command

 File::Tee is able to replicate data written to a Perl stream into another
 streams. It is the Perl equivalent of the shell utility tee(1).
 .
 It is implemented around fork, creating a new process for every tee'ed stream.
 That way, there are no problems handling the output generated by external
 programs run with system|perlfunc/system or by XS modules that don't go
 through perlio.