freebsd-ports/devel/p5-MooseX-App-Cmd/pkg-descr
Philip M. Gollucci 1a8ef6e221 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.

WWW:	http://search.cpan.org/dist/MooseX-App-Cmd/

PR:		ports/ports/152164
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2010-11-16 02:53:09 +00:00

10 lines
396 B
Text

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