summaryrefslogtreecommitdiff
path: root/devel/p5-MooseX-App-Cmd/DESCR
blob: aaaa0f9b86d372a275364cde080e79023795b5a5 (plain)
1
2
3
4
5
6
The Perl 5 module MooseX::App::Cmd marries App::Cmd with MooseX::Getopt.
Use it like App::Cmd advises (especially see App::Cmd::Tutorial),
swapping App::Cmd::Command for MooseX::App::Cmd::Command.
Then you can write your moose commands as moose classes, with
MooseX::Getopt defining the options for you instead of opt_spec
returning a Getopt::Long::Descriptive spec.