[libmoosex-app-perl] branch master updated (ccf7405 -> 999ca60)

Angel Abad angel at debian.org
Tue Oct 25 15:25:05 UTC 2016


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  ccf7405   update changelog
      adds  51ba23d   Also set encoding on STDERR
      adds  36d1d5b   Clarify documentation
      adds  5d51f60   amend to not complete bash completion command
      adds  9cdcccc   Add ability to negate boolean options #29
      adds  9fc3922   Merge pull request #40 from biologghe/master
      adds  2fde27c   Apply spelling patch #39
      adds  71ec5ef   Cleanups
      adds  908d461   Add tests to check for correct array element order
      adds  fa374d6   Improved parsing or @ARGV. MooseX::App::ParsedArgv not retains the order of the elements
      adds  8fb965c   Prepare release notes
      adds  6b1aa5b   Add comments
      adds  c4ce44a   Rename hints key
      adds  ba3a34b   Always create correct documentation for cmd_split, regardless of type constraint
      adds  1626d0b   bash completion: replace dashes in variable names with underscores
      adds  0959b6f   Merge pull request #41 from perlpunk/perlpunk/apps-with-dashes
      adds  3a9ffbb   Cleanups
      adds  ce9b197   Merge remote-tracking branch 'upstream/master'
      adds  3ab80a8   Merge pull request #42 from lharey/master
      adds  4b1a776   Update pod
      adds  429ed93   Option Order/Position in Usage Message (#44)
      adds  d6d6384   Cleanup trailing whitespaces
      adds  6b0b096   Release 1.36
      adds  8f732a0   New upstream version 1.36
       new  2f616ed   Merge tag 'upstream/1.36'
       new  272b8ec   Update debian/changelog
       new  03f7929   debian/control: Build-Depends on perl (>= 5.15.2).
       new  1ad0e32   debian/control: Add libmodule-pluggable-perl to {Build-}Depends.
       new  4e3ab8b   debian/copyright: Update years.
       new  6b0b056   debian/patches/spelling.patch: Remove, applied upstream.
       new  26f94bf   Declare compliance with Debian policy 3.9.8.
       new  999ca60   Update changelog.

The 8 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:
 Changes                                            |  14 +-
 META.yml                                           |   2 +-
 README                                             |  32 +-
 debian/changelog                                   |  16 +-
 debian/control                                     |   6 +-
 debian/copyright                                   |   1 +
 debian/patches/series                              |   1 -
 debian/patches/spelling.patch                      |  27 --
 inc/Module/Install/ReadmeFromPod.pm                |  76 ++++-
 lib/MooseX/App.pm                                  | 136 ++++-----
 lib/MooseX/App/Command.pm                          |  28 +-
 lib/MooseX/App/Exporter.pm                         |  66 +++--
 lib/MooseX/App/Message/Block.pm                    |   6 +-
 lib/MooseX/App/Message/BlockColor.pm               |  12 +-
 lib/MooseX/App/Message/Envelope.pm                 |  26 +-
 lib/MooseX/App/Meta/Role/Attribute/Option.pm       | 110 +++----
 lib/MooseX/App/Meta/Role/Class/Base.pm             | 322 +++++++++++----------
 lib/MooseX/App/Meta/Role/Class/Documentation.pm    |  37 +--
 lib/MooseX/App/Meta/Role/Class/Simple.pm           |  13 +-
 lib/MooseX/App/ParsedArgv.pm                       | 118 +++++---
 lib/MooseX/App/ParsedArgv/Element.pm               |  62 ++--
 lib/MooseX/App/Plugin/BashCompletion.pm            |   8 +-
 lib/MooseX/App/Plugin/BashCompletion/Command.pm    |  39 +--
 lib/MooseX/App/Plugin/BashCompletion/Meta/Class.pm |   4 +-
 lib/MooseX/App/Plugin/Color.pm                     |   2 +-
 lib/MooseX/App/Plugin/Config.pm                    |   2 +-
 lib/MooseX/App/Plugin/Config/Meta/Class.pm         |  32 +-
 lib/MooseX/App/Plugin/ConfigHome.pm                |   2 +-
 lib/MooseX/App/Plugin/ConfigHome/Meta/Class.pm     |   4 +-
 lib/MooseX/App/Plugin/Depends.pm                   |  20 +-
 lib/MooseX/App/Plugin/Depends/Meta/Attribute.pm    |   8 +-
 lib/MooseX/App/Plugin/Depends/Meta/Class.pm        |  10 +-
 lib/MooseX/App/Plugin/Man.pm                       |  12 +-
 lib/MooseX/App/Plugin/Man/Command.pm               |   6 +-
 lib/MooseX/App/Plugin/Man/Meta/Class.pm            |   4 +-
 lib/MooseX/App/Plugin/MutexGroup.pm                |  34 +--
 lib/MooseX/App/Plugin/MutexGroup/Meta/Attribute.pm |   8 +-
 lib/MooseX/App/Plugin/MutexGroup/Meta/Class.pm     |  12 +-
 lib/MooseX/App/Plugin/Term.pm                      |   6 +-
 lib/MooseX/App/Plugin/Term/Meta/Attribute.pm       |  66 ++---
 lib/MooseX/App/Plugin/Term/Meta/Class.pm           |  14 +-
 lib/MooseX/App/Plugin/Typo.pm                      |   2 +-
 lib/MooseX/App/Plugin/Typo/Meta/Class.pm           |   6 +-
 lib/MooseX/App/Plugin/Version.pm                   |  12 +-
 lib/MooseX/App/Plugin/Version/Command.pm           |  16 +-
 lib/MooseX/App/Plugin/Version/Meta/Class.pm        |   4 +-
 lib/MooseX/App/Role.pm                             |   6 +-
 lib/MooseX/App/Role/Base.pm                        |  35 +--
 lib/MooseX/App/Role/Common.pm                      |   6 +-
 lib/MooseX/App/Simple.pm                           |  34 +--
 lib/MooseX/App/Tutorial.pod                        |  52 ++--
 lib/MooseX/App/Utils.pm                            |  78 ++---
 lib/MooseX/App/WritingPlugins.pod                  |  10 +-
 t/01_basic.t                                       |   8 +-
 t/03_utils.t                                       |   8 +-
 t/05_extended.t                                    |  29 +-
 t/08_plugin_various.t                              |   5 +-
 57 files changed, 904 insertions(+), 811 deletions(-)
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/spelling.patch

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