[libmoosex-app-perl] 01/05: Merge tag 'upstream/1.26'

gregor herrmann gregoa at debian.org
Sat Mar 1 20:56:44 UTC 2014


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 9fbafe0812eb95f9990d375c7d4532c26a481d21
Merge: b408893 47976b2
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Mar 1 21:48:49 2014 +0100

    Merge tag 'upstream/1.26'
    
    Upstream version 1.26

 Changes                                            | 20 +++++
 MANIFEST                                           |  7 +-
 META.yml                                           |  2 +-
 Makefile.PL                                        |  4 +
 README                                             | 69 ++++++++++------
 TODO                                               |  2 +-
 inc/Module/Install/ReadmeFromPod.pm                |  2 +-
 lib/MooseX/App.pm                                  | 84 ++++++++++++-------
 lib/MooseX/App/Command.pm                          | 18 ++++-
 lib/MooseX/App/Exporter.pm                         | 13 ++-
 lib/MooseX/App/Message/Block.pm                    | 11 ---
 lib/MooseX/App/Message/BlockColor.pm               |  6 ++
 lib/MooseX/App/Meta/Role/Attribute/Option.pm       | 48 ++++++-----
 lib/MooseX/App/Meta/Role/Class/Base.pm             | 58 ++++++++++---
 lib/MooseX/App/Meta/Role/Class/Command.pm          | 21 ++++-
 lib/MooseX/App/ParsedArgv.pm                       | 60 ++++++--------
 lib/MooseX/App/Plugin/BashCompletion/Meta/Class.pm |  1 -
 lib/MooseX/App/Plugin/Man.pm                       | 56 +++++++++++++
 lib/MooseX/App/Plugin/Man/Command.pm               | 54 +++++++++++++
 .../App/Plugin/{Version => Man}/Meta/Class.pm      |  7 +-
 lib/MooseX/App/Plugin/Version/Meta/Class.pm        |  1 -
 lib/MooseX/App/Role/Base.pm                        | 26 +++---
 lib/MooseX/App/Simple.pm                           | 17 ++--
 lib/MooseX/App/Tutorial.pod                        | 23 +++---
 lib/MooseX/App/Utils.pm                            | 36 ++++++++-
 t/00_load.t                                        |  5 +-
 t/01_basic.t                                       | 40 +++++----
 t/02_meta.t                                        |  5 +-
 t/04_plugin_config.t                               |  8 +-
 t/05_extended.t                                    | 94 ++++++++++++++--------
 t/06_plugin_env.t                                  |  8 +-
 t/07_single.t                                      | 12 ++-
 t/08_plugin_various.t                              |  4 +-
 t/09_classes.t                                     | 28 +++++--
 t/testlib/Test01.pm                                |  2 +
 t/testlib/Test02.pm                                |  4 +-
 t/testlib/Test02/MoreCommands/Test.pm              | 18 +++++
 t/testlib/Test03/AnotherCommand.pm                 |  1 +
 t/testlib/Test03/YetAnotherCommand.pm              |  2 +
 t/testlib/Test03CommandBase.pm                     | 15 ++++
 40 files changed, 634 insertions(+), 258 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmoosex-app-perl.git



More information about the Pkg-perl-cvs-commits mailing list