[libmoosex-app-perl] 01/06: Merge tag 'upstream/1.33'

gregor herrmann gregoa at debian.org
Tue Jul 7 17:48:21 UTC 2015


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 f03f554c02f7e5c006180ac404b9d49f89d975b2
Merge: 901e12f e85fad8
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Jul 7 19:37:38 2015 +0200

    Merge tag 'upstream/1.33'
    
    Upstream version 1.33

 Changes                                            |  92 ++++++++-----
 MANIFEST                                           |  15 +++
 META.yml                                           |   4 +-
 README                                             | 109 ++++++++++-----
 TODO                                               |  58 +++++++-
 lib/MooseX/App.pm                                  | 122 ++++++++++++-----
 lib/MooseX/App/Message/Block.pm                    |   8 +-
 lib/MooseX/App/Message/Envelope.pm                 |  84 +++++++++---
 lib/MooseX/App/Meta/Role/Attribute/Option.pm       |  49 ++++---
 lib/MooseX/App/Meta/Role/Class/Base.pm             |  64 ++++++---
 lib/MooseX/App/Meta/Role/Class/Documentation.pm    |  11 +-
 lib/MooseX/App/ParsedArgv.pm                       |  24 ++--
 lib/MooseX/App/ParsedArgv/Element.pm               |  53 +++++++-
 lib/MooseX/App/Plugin/Depends.pm                   |  71 ++++++++++
 lib/MooseX/App/Plugin/Depends/Meta/Attribute.pm    |  36 +++++
 lib/MooseX/App/Plugin/Depends/Meta/Class.pm        |  41 ++++++
 lib/MooseX/App/Plugin/Man.pm                       |   3 +-
 lib/MooseX/App/Plugin/MutexGroup.pm                |  73 ++++++++++
 lib/MooseX/App/Plugin/MutexGroup/Meta/Attribute.pm |  35 +++++
 lib/MooseX/App/Plugin/MutexGroup/Meta/Class.pm     |  57 ++++++++
 lib/MooseX/App/Plugin/Term.pm                      |   4 +-
 lib/MooseX/App/Plugin/Term/Meta/Attribute.pm       | 148 +++++++++++++++++----
 lib/MooseX/App/Plugin/Version.pm                   |   2 +-
 lib/MooseX/App/Role/Base.pm                        |   2 +
 lib/MooseX/App/Simple.pm                           |   2 +-
 lib/MooseX/App/Tutorial.pod                        |  23 ++--
 t/00_load.t                                        |   8 +-
 t/01_basic.t                                       |   1 +
 t/02_meta.t                                        |   8 +-
 t/05_extended.t                                    |  30 +++--
 t/06_env.t                                         |  10 +-
 t/10_plugin_mutexgroup.t                           |  44 ++++++
 t/11_process.t                                     | 122 +++++++++++++++++
 t/12_plugin_depends.t                              |  51 +++++++
 t/example/test07.pl                                |  11 ++
 t/example/test08.pl                                |  11 ++
 t/testlib/MyMessage.pm                             |  54 ++++++++
 t/testlib/Test01/CommandD.pm                       |  38 ++++++
 t/testlib/Test02.pm                                |   2 +-
 t/testlib/Test02/Command/Error.pm                  |   6 +-
 t/testlib/Test03/AnotherCommand.pm                 |   5 +
 t/testlib/Test03/SomeCommand.pm                    |   5 +
 t/testlib/Test06.pm                                |   2 +
 t/testlib/Test07.pm                                |  26 ++++
 t/testlib/Test08.pm                                |  30 +++++
 45 files changed, 1411 insertions(+), 243 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