diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2003-01-19 19:49:00 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2003-01-19 19:49:00 +0000 |
commit | 3a50857150029fd15e48f27df89d6b0ee2f9b23a (patch) | |
tree | 287571eb3a1a1e2d7f25acfe7522b60b49cf5f57 /devel/Makefile | |
parent | Whoops, added wrong patch file. (diff) |
Getopt::Mixed
This module provides GNU-style option processing for Perl 5 scripts,
with both long and short options. Please see the documentation at the
end of the module for instructions on its use and licensing
restrictions.
Notes
Notes:
svn path=/head/; revision=73531
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index a16dfc736f0e..49c021d3d95e 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -512,6 +512,7 @@ SUBDIR += p5-Getopt-ArgvFile SUBDIR += p5-Getopt-Declare SUBDIR += p5-Getopt-Long + SUBDIR += p5-Getopt-Mixed SUBDIR += p5-Glade-Perl SUBDIR += p5-Heap SUBDIR += p5-IO |