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

    Исходный пакет: perl-Getopt-ArgvFile
    Версия: 1.11-alt1.1
    Собран:  23 ноября 2010 г. 10:38
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.cpan.org

    Лицензия: Artistic
    О пакете: interpolates script options from files into @ARGV or another array
    Описание: 
    This module simply interpolates option file hints in @ARGV
    by the contents of the pointed files. This enables option
    reading from *files* instead of or additional to the usual
    reading from the command line.
    
    Alternatively, you can process any array instead of @ARGV
    which is used by default and mentioned mostly in this manual.
    
    The interpolated @ARGV could be subsequently processed by
    the usual option handling, e.g. by a Getopt::xxx module.
    Getopt::ArgvFile does *not* perform any option handling itself,
    it only prepares the array @ARGV.
    
    Option files can significantly simplify the call of a script.
    Imagine the following:

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

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

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

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

      1. perl-devel

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


    22 ноября 2010 г. Igor Vlasenko 1.11-alt1.1
    - repair after perl 5.12 upgrade using girar-nmu
    13 июля 2010 г. Igor Vlasenko 1.11-alt1
    - automated CPAN update
    6 сентября 2008 г. Vitaly Lipatov 1.10-alt2
    - fix directory ownership violation