aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Getopt-ArgvFile/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Getopt-ArgvFile/pkg-descr')
-rw-r--r--devel/p5-Getopt-ArgvFile/pkg-descr12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/p5-Getopt-ArgvFile/pkg-descr b/devel/p5-Getopt-ArgvFile/pkg-descr
new file mode 100644
index 000000000000..aa389c1d5acf
--- /dev/null
+++ b/devel/p5-Getopt-ArgvFile/pkg-descr
@@ -0,0 +1,12 @@
+Module Getopt::ArgvFile 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.
+
+-Anton
+<tobez@FreeBSD.org>