Пакет perl-IO-Tee: Информация

    Исходный пакет: perl-IO-Tee
    Версия: 0.66-alt1
    Последняя версия по данным Repology
    Собран:  2 сентября 2020 г. 2:25 в задании #257161
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: http://search.cpan.org/dist/IO-Tee

    Лицензия: GPL
    О пакете: 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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    perl-IO-Tee (noarch)

    Сопровождающий: Igor Vlasenko

    Список участников:
    Igor Vlasenko
    Lenar Shakirov
    Cronbuild Service

    Права:
    Igor Vlasenko
    Lenar Shakirov
    @everybody

      1. perl(Symbol.pm)
      2. perl-devel
      3. perl-podlators
      4. rpm-build-perl
      5. perl(ExtUtils/MakeMaker.pm)
      6. perl(IO/File.pm)
      7. perl(IO/Handle.pm)

    Последнее изменение


    1 сентября 2020 г. Igor Vlasenko 0.66-alt1
    - automated CPAN update
    2 октября 2017 г. Igor Vlasenko 0.65-alt1
    - automated CPAN update
    28 декабря 2015 г. Lenar Shakirov 0.64-alt3
    - build for Sisyphus