[libmoosex-app-perl] branch master updated (1b399ad -> 4d9cbdc)

Angel Abad angel at debian.org
Mon Oct 2 05:52:09 UTC 2017


This is an automated email from the git hooks/post-receive script.

angel pushed a change to branch master
in repository libmoosex-app-perl.

      from  1b399ad   Remove myself from uploaders.
      adds  50f069c   Refactor to get rid of smartmatch
      adds  9b811d5   Minor cleanups
      adds  015bbad   Add missing documentation
      adds  bb674df   Fix author tests
      adds  c57726e   Fix perlcritic issues
      adds  1cb32b1   Name test assertions
      adds  f98be61   Also handle =head[2-4] tags when processing pod #47
      adds  d598118   Depend on List::Util 1.44 #49
      adds  d58e7bd   Cleanup indentation
      adds  c8b4333   Allow to exclude namespaces from command search
      adds  a6fca96   Re-init command metaclass after extends
      adds  62b9cf1   Implement subcommands
      adds  650ed98   Fix class to command name transformation
      adds  af5f400   Add subcommand help
      adds  a9597d9   Should be app_exclude and not app_namespace
      adds  7ce2894   Dev release 1.37_01
      adds  b5e323b   Perl 5.26 compatibility #51
      adds  b4e3f93   Release 1.38
      adds  84e550c   APP_DEVELOPER environment for extended module checks
      adds  7a3927c   Improved command checks
      adds  4cf8ca3   Document new constraint
      adds  5b69950   Add tests for new checks
      adds  e96ee45   Release 1.39
      adds  ea307f5   New upstream version 1.39
       new  78ec138   Updated version 1.39 from 'upstream/1.39'
       new  ba07175   Update debian/changelog
       new  19c3d9e   debian/copyright: Update copyright years
       new  052fab0   debian/control: Build-Depends-Indep on perl (>= 5.25.1)
       new  e22b587   Bump Standards-Version to 4.1.1 (no changes)
       new  c1dd821   debian/patches/fix-podman-error: Remove, applied upstream
       new  4d9cbdc   Update changelog

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                         |   9 -
 Changes                                            |  18 +-
 MANIFEST                                           |   2 +
 META.yml                                           |   4 +-
 Makefile.PL                                        |   4 +-
 README                                             |  13 +-
 debian/changelog                                   |  11 ++
 debian/control                                     |   4 +-
 debian/copyright                                   |   8 +-
 debian/patches/fix-podman-error                    |  17 --
 debian/patches/series                              |   1 -
 lib/MooseX/App.pm                                  |  31 +++-
 lib/MooseX/App/Command.pm                          |  27 ++-
 lib/MooseX/App/Exporter.pm                         |  11 +-
 lib/MooseX/App/Meta/Role/Attribute/Option.pm       |  27 ++-
 lib/MooseX/App/Meta/Role/Class/Base.pm             | 202 +++++++++++++++------
 lib/MooseX/App/Meta/Role/Class/Documentation.pm    |  12 ++
 lib/MooseX/App/ParsedArgv.pm                       |  20 +-
 lib/MooseX/App/ParsedArgv/Element.pm               |  46 +++--
 lib/MooseX/App/Plugin/Depends.pm                   |  12 +-
 lib/MooseX/App/Plugin/Depends/Meta/Attribute.pm    |  28 +--
 lib/MooseX/App/Plugin/Depends/Meta/Class.pm        |  36 ++--
 lib/MooseX/App/Plugin/Man/Command.pm               |   2 +-
 lib/MooseX/App/Plugin/MutexGroup.pm                |  10 +-
 lib/MooseX/App/Plugin/MutexGroup/Meta/Attribute.pm |  26 +--
 lib/MooseX/App/Plugin/Term/Meta/Attribute.pm       | 198 ++++++++++----------
 lib/MooseX/App/Simple.pm                           |   6 +-
 lib/MooseX/App/Tutorial.pod                        |  17 +-
 lib/MooseX/App/Utils.pm                            |  11 +-
 t/02_meta.t                                        |   2 +
 t/11_process.t                                     |  10 +-
 t/15_subcommands.t                                 |  67 +++++++
 t/16_rt122946.t                                    |  43 +++++
 t/testlib/Test01/CommandB.pm                       |   2 +
 t/testlib/Test01/CommandD.pm                       |   2 +-
 t/testlib/Test03.pm                                |   1 +
 xt/perlcritic.t                                    |   2 +-
 xt/pod.t                                           |   2 +
 xt/podcoverage.t                                   |   6 +-
 xt/podstyle.t                                      |   2 +
 40 files changed, 632 insertions(+), 320 deletions(-)
 delete mode 100644 .gitignore
 delete mode 100644 debian/patches/fix-podman-error
 delete mode 100644 debian/patches/series
 create mode 100644 t/15_subcommands.t
 create mode 100644 t/16_rt122946.t

-- 
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