openbsd-ports/devel/p5-MooseX-Getopt/pkg/DESCR

6 lines
283 B
Plaintext
Raw Normal View History

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.