ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
9 lines
471 B
Text
9 lines
471 B
Text
This is a role which provides an alternate constructor for creating objects
|
|
using parameters passed in from the command line.
|
|
|
|
This module 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.
|
|
|
|
WWW: https://metacpan.org/release/MooseX-Getopt
|