NOTICE: This package has been removed from pkgsrc

./wip/p5-Getopt-ArgvFile, Interpolates script options from files into @ARGV or another array

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.10, Package name: p5-Getopt-ArgvFile-1.10, Maintainer: cheusov

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.


Required to run:
[devel/p5-Getopt-Simple]

Master sites: (Expand)

SHA1: 19320df182e7b3d62f8be65982eb49ae6bf4ac48
RMD160: 00a991aeb644a616d1db300ad8ff392c7ec3a40d
Filesize: 17.585 KB

Version history: (Expand)


CVS history: (Expand)


   2008-03-08 19:52:57 by Aleksey Cheusov | Files touched by this commit (3) | Package removed
Log message:
imported to devel/

   2008-02-14 09:49:50 by Aleksey Cheusov | Files touched by this commit (1)
Log message:
not necessary

   2007-02-04 10:00:31 by Aleksey Cheusov | Files touched by this commit (4)
Log message:

Getopt::ArgvFile perl module