devel/p5-MooseX-App-Cmd from 0.09nb2 to 0.10.
pkgsrc changes:
- adjust dependencies
Upstream changes:
0.10 2013-05-17 10:29:01 America/New_York
- RT#84437: fix missing parameter in call to default function
(chips, ouftete)
- gh#3: fix failing test introduced by MooseX::ConfigFromFile 0.08
(ouftete)
- point perlcritic author test to the correct perltidy config
- add author dependencies to Dist::Zilla dist.ini file
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
pkgsrc changes:
- adjust dependencies
upstream changes:
0.09 2012-03-18 20:21:21 America/New_York
- RT#74668: can use a sub {} for configfile default (yanick)
- RT#75446: add all necessary metadata as part of conversion
to Dist::Zilla (mjgardner)
- RT#75447: require correct version of Getopt::Long::Descriptive so
basic and configfile tests can pass (mjgardner)
- lots of code and documentation cleanup, driven by
release tests (mjgardner)
0.08 2012-03-14
- no code changes, just repackaging distribution archive with
correct root (mjgardner)
0.07 2012-02-29
- fix tests that started failing due to dependency error
string change (offerk)
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
Packages Collection.
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.