libio-tee-perl_0.64-1_i386.changes is NEW

Debian Installer installer at ftp-master.debian.org
Mon Apr 21 21:02:51 UTC 2008


(new) libio-tee-perl_0.64-1.diff.gz optional perl
(new) libio-tee-perl_0.64-1.dsc optional perl
(new) libio-tee-perl_0.64-1_all.deb optional perl
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.
(new) libio-tee-perl_0.64.orig.tar.gz optional perl
Changes: libio-tee-perl (0.64-1) unstable; urgency=low
 .
  * Initial Release (Closes: #476934)


Override entries for your package:

Announcing to debian-devel-changes at lists.debian.org
Closing bugs: 476934 


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.



More information about the pkg-perl-maintainers mailing list