2010-11-16 03:53:09 +01:00
|
|
|
This module 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.
|
|
|
|
|
2013-08-29 06:08:53 +02:00
|
|
|
WWW: http://search.cpan.org/dist/MooseX-App-Cmd/
|