Package: getopt-argvfile-pm
Version: 1.11
Revision: 1
Source: mirror:cpan:authors/id/J/JS/JSTENZEL/Getopt-ArgvFile-%v.tar.gz
Source-Checksum: SHA256(3709aa513ce6fd71d1a55a02e34d2f090017d5350a9bd447005653c9b0835b22)
Type: perl
UpdatePOD: true
InstallScript: <<
	%{default_script}
	mkdir -p -m0755 %i/share/doc/%n/demos
	install -m0755 demos/* %i/share/doc/%n/demos
<<
DocFiles: Changes README
Description: Load command-line flags & params from a file
DescDetail: <<
This module is a simple supplement to other option handling modules.
It allows script options and parameters to be read from files
instead of from the command line by interpolating file contents
into @ARGV. This way it PREPARES the final option handling.

Getopt::ArgvFile does NOT perform any option processing itself, and
should work fine together with any other option handling module
(e.g. Getopt::Long) or even self coded option handling.
<<
License: Artistic
Maintainer: Daniel Macks <dmacks@netspace.org>
Homepage: https://metacpan.org/dist/Getopt-ArgvFile