need dependency on bash for REPLACE_BASH to work properly.
[pkgsrcv2.git] / devel / p5-Getopt-ArgvFile / DESCR
1 This module simply interpolates option file hints in @ARGV by the
2 contents of the pointed files. This enables option reading from files
3 instead of or additional to the usual reading from the command line.
4
5 Alternatively, you can process any array instead of @ARGV which is
6 used by default and mentioned mostly in this manual.
7
8 The interpolated @ARGV could be subsequently processed by the usual
9 option handling, e.g. by a Getopt::xxx module. Getopt::ArgvFile does
10 not perform any option handling itself, it only prepares the array
11 @ARGV.