This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libmoosex-app-perl.
commit 44a3cb88b6e141722991f265507cde405018b90a Merge: 576d013 15aeaba Author: gregor herrmann <[email protected]> Date: Wed Oct 15 21:57:24 2014 +0200 Merge tag 'upstream/1.30' Upstream version 1.30 Changes | 8 + MANIFEST | 7 +- META.yml | 5 +- Makefile.PL | 1 + README | 40 +++-- TODO | 5 +- inc/Module/Install.pm | 23 +-- inc/Module/Install/Base.pm | 2 +- inc/Module/Install/Can.pm | 2 +- inc/Module/Install/Fetch.pm | 6 +- inc/Module/Install/Makefile.pm | 4 +- inc/Module/Install/Metadata.pm | 106 +++++++----- inc/Module/Install/Win32.pm | 6 +- inc/Module/Install/WriteAll.pm | 6 +- lib/MooseX/App.pm | 61 ++++--- lib/MooseX/App/Meta/Role/Attribute/Option.pm | 101 +++++++++++- lib/MooseX/App/Meta/Role/Class/Base.pm | 210 ++++++++++-------------- lib/MooseX/App/Meta/Role/Class/Documentation.pm | 15 +- lib/MooseX/App/Meta/Role/Class/Simple.pm | 23 ++- lib/MooseX/App/ParsedArgv.pm | 3 +- lib/MooseX/App/ParsedArgv/Element.pm | 4 + lib/MooseX/App/Plugin/Config/Meta/Class.pm | 6 +- lib/MooseX/App/Plugin/Env.pm | 58 +------ lib/MooseX/App/Plugin/Env/Meta/Attribute.pm | 46 ------ lib/MooseX/App/Plugin/Env/Meta/Class.pm | 35 ---- lib/MooseX/App/Plugin/Fuzzy.pm | 2 +- lib/MooseX/App/Plugin/Term.pm | 74 +++++++++ lib/MooseX/App/Plugin/Term/Meta/Attribute.pm | 201 +++++++++++++++++++++++ lib/MooseX/App/Plugin/Term/Meta/Class.pm | 49 ++++++ lib/MooseX/App/Role/Base.pm | 14 +- lib/MooseX/App/Utils.pm | 4 + t/00_load.t | 16 +- t/01_basic.t | 2 +- t/{06_plugin_env.t => 06_env.t} | 6 +- t/testlib/Test01.pm | 2 +- t/testlib/Test02.pm | 2 +- t/testlib/Test02/Command/Required.pm | 2 + t/testlib/Test02/MoreCommands/Test.pm | 13 +- t/testlib/Test05.pm | 12 +- t/testlib/Test06.pm | 2 +- 40 files changed, 788 insertions(+), 396 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmoosex-app-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
