Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-IO-Tee-0.660.0-1.mga8 RPM for noarch

From Mageia 8 for armv7hl / media / core / release

Name: perl-IO-Tee Distribution: Mageia
Version: 0.660.0 Vendor: Mageia.Org
Release: 1.mga8 Build date: Fri Aug 21 08:13:59 2020
Group: Development/Perl Build host: localhost
Size: 35040 Source RPM: perl-IO-Tee-0.660.0-1.mga8.src.rpm
Packager: tv <tv>
Url: https://metacpan.org/release/IO-Tee
Summary: Multiplex output to multiple output handles
IO::Tee objects can be used to multiplex input and output in two different
ways. The first way is to multiplex output to zero or more output handles. The
IO::Tee constructor, given a list of output handles, returns a tied handle that
can be written to. When written to (using print or printf), the IO::Tee object
multiplexes the output to the list of handles originally passed to the
constructor. As a shortcut, you can also directly pass a string or an array
reference to the constructor, in which case IO::File::new is called for you
with the specified argument or arguments.

The second way is to multiplex input from one input handle to zero or more
output handles as it is being read. The IO::Tee constructor, given an input
handle followed by a list of output handles, returns a tied handle that can be
read from as well as written to. When written to, the IO::Tee object
multiplexes the output to all handles passed to the constructor, as described
in the previous paragraph. When read from, the IO::Tee object reads from the
input handle given as the first argument to the IO::Tee constructor, then
writes any data read to the output handles given as the remaining arguments to
the constructor.

Provides

Requires

License

GPL

Changelog

* Fri Aug 21 2020 tv <tv> 0.660.0-1.mga8
  + Revision: 1617399
  - update to 0.66
* Wed Feb 12 2020 umeabot <umeabot> 0.650.0-4.mga8
  + Revision: 1504798
  - Mageia 8 Mass Rebuild
  + wally <wally>
  - replace deprecated %makeinstall_std
* Thu Sep 20 2018 umeabot <umeabot> 0.650.0-3.mga7
  + Revision: 1284305
  - Mageia 7 Mass Rebuild

Files

/usr/share/doc/perl-IO-Tee
/usr/share/doc/perl-IO-Tee/Changes
/usr/share/doc/perl-IO-Tee/LICENSE
/usr/share/doc/perl-IO-Tee/META.json
/usr/share/doc/perl-IO-Tee/META.yml
/usr/share/doc/perl-IO-Tee/MYMETA.yml
/usr/share/doc/perl-IO-Tee/README
/usr/share/man/man3/IO::Tee.3pm.xz
/usr/share/perl5/vendor_perl/IO
/usr/share/perl5/vendor_perl/IO/Tee.pm


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 15:54:16 2024