Package perl-Getopt-ArgvFile: Information

    Source package: perl-Getopt-ArgvFile
    Version: 1.11-alt1.1
    Latest version according to Repology
    Build time:  Nov 23, 2010, 10:38 AM
    Category: Development/Perl
    Report package bug
    License: Artistic
    Summary: interpolates script options from files into @ARGV or another array
    Description: 
    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:

    List of rpms provided by this srpm:
    perl-Getopt-ArgvFile (noarch)

    Maintainer: Vitaly Lipatov

    List of contributors:
    Igor Vlasenko
    Vitaly Lipatov

    ACL:
    Vitaly Lipatov
    @cpan
    @qa

      1. perl-devel

    Last changed


    Nov. 22, 2010 Igor Vlasenko 1.11-alt1.1
    - repair after perl 5.12 upgrade using girar-nmu
    July 13, 2010 Igor Vlasenko 1.11-alt1
    - automated CPAN update
    Sept. 6, 2008 Vitaly Lipatov 1.10-alt2
    - fix directory ownership violation