Пакет perl-IPC-Open3-Simple: Информация

    Исходный пакет: perl-IPC-Open3-Simple
    Версия: 0.04-alt2
    Последняя версия по данным Repology
    Собран:  10 октября 2008 г. 2:39
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.cpan.org

    Лицензия: Artistic
    О пакете: A simple alternative to IPC::Open3
    Описание: 
    IPC::Open3::Simple aims at making it very easy to start a shell command, eventually
    feed its stdin with some data, then retrieve its stdout and stderr separately.
    
    When you want to run a shell command and parse its stdout/stderr or feed its
    stdin, you often end up using IPC::Run, IPC::Cmd or IPC::Open3 with your
    own parsing code, and end up writing more code than you intended.
    IPC::Open3::Simple is about removing this overhead and making IPC::Open3
    easier to use.
    
    IPC::Open3::Simple calls IPC::Open3 and redirects stdin, stdout
    and stderr to some function references passed in argument to the constructor.
    It does a select on the input/output filehandles returned by IPC::Open3
    and dispatches their content to and from those functions.

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

    Сопровождающий: Vitaly Lipatov

    Список участников:
    Vitaly Lipatov

    Права:
    Vitaly Lipatov
    @cpan
    @qa

      1. perl-Test-Pod
      2. perl-Test-Pod-Coverage

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


    6 сентября 2008 г. Vitaly Lipatov 0.04-alt2
    - fix directory ownership violation
    - disable man packaging
    14 июня 2008 г. Vitaly Lipatov 0.04-alt1
    - initial build for ALT Linux Sisyphus