README for Getopt::Gen

ABSTRACT
   Perl module for extended gengetopt-like parsing and C source generation.

REQUIREMENTS
   *   Parse::Yapp

   *   Parse::Lex

   *   Text::Template

DESCRIPTION
   Getopt::Gen is a perl module which generates C code for command-line
   utilities. It accepts a superset of the command-line parser
   specifications used by gengetopt(1).

AUTHOR
   Bryan Jurish <[email protected]>

SEE ALSO
   gengetopt(1), Parse::Yapp(3pm), Parse::Lex(3pm), perl(1).