openbsd-ports/devel/p5-MooseX-Getopt/pkg/DESCR
jim 33c2d77aaf import p5-MooseX-Getopt-0.29
Moose role for processing command line options

ok robert@
2010-07-02 04:29:32 +00:00

6 lines
283 B
Plaintext

Attempts to DWIM as much as possible with the command line params by
introspecting your class's attributes. It will use the name of your
attribute as the command line option, and if there is a type constraint
defined, it will configure Getopt::Long to handle the option
accordingly.