aboutsummaryrefslogblamecommitdiff
path: root/devel/p5-MooseX-Getopt/pkg-descr
blob: d2240747fcf435fa06653871c3b09aed50bcd46a (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                             
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: http://search.cpan.org/dist/MooseX-Getopt/