devel/cppunit misses a destructor declaration for one of its classes.
[pkgsrcv2.git] / devel / p5-MooseX-App-Cmd / DESCR
1 The Perl 5 module MooseX::App::Cmd marries App::Cmd with MooseX::Getopt.
2 Use it like App::Cmd advises (especially see App::Cmd::Tutorial),
3 swapping App::Cmd::Command for MooseX::App::Cmd::Command.
4 Then you can write your moose commands as moose classes, with
5 MooseX::Getopt defining the options for you instead of opt_spec
6 returning a Getopt::Long::Descriptive spec.