SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-IO-Tee rpm build for : Mageia 9. For other distributions click perl-IO-Tee.

Name : perl-IO-Tee
Version : 0.660.0 Vendor : Mageia_Org
Release : 2.mga9 Date : 2022-03-21 10:50:48
Group : Development/Perl Source RPM : perl-IO-Tee-0.660.0-2.mga9.src.rpm
Size : 0.03 MB
Packager : umeabot < umeabot>
Summary : Multiplex output to multiple output handles
Description :
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.

RPM found in directory: /vol/rzm3/linux-mageia/distrib/9/i586/media/core/release

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-IO-Tee-0.660.0-2.mga9.noarch.rpm
ftp.icm.edu.pl  perl-IO-Tee-0.660.0-2.mga9.noarch.rpm
ftp.icm.edu.pl  perl-IO-Tee-0.660.0-2.mga9.noarch.rpm
ftp.icm.edu.pl  perl-IO-Tee-0.660.0-2.mga9.noarch.rpm
     

Provides :
perl(IO::Tee)
perl-IO-Tee

Requires :
perl >= 0:5.006
perl(Carp)
perl(IO::File)
perl(IO::Handle)
perl(Symbol)
perl(parent)
perl(strict)
perl(warnings)
perl-base >= 2:5.34.1
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/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

 
ICM