[libmoosex-app-perl] branch master updated (62aedd5 -> bc6ba1a)

gregor herrmann gregoa at debian.org
Tue Aug 12 17:32:23 UTC 2014


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

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

      from  62aedd5   releasing package libmoosex-app-perl version 1.28-1
      adds  7370325   Imported Upstream version 1.29
       new  432c688   Merge tag 'upstream/1.29'
       new  60cf8a1   New upstream release.
       new  bc6ba1a   releasing package libmoosex-app-perl version 1.29-1

The 3 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                                            |   7 +
 MANIFEST                                           |   1 +
 META.yml                                           |   2 +-
 README                                             |  64 ++++++--
 debian/changelog                                   |   6 +
 lib/MooseX/App.pm                                  |  89 ++++++++---
 lib/MooseX/App/Command.pm                          |   5 +-
 lib/MooseX/App/Exporter.pm                         |   4 +-
 lib/MooseX/App/Meta/Role/Attribute/Option.pm       |   2 +
 lib/MooseX/App/Meta/Role/Class/Base.pm             | 152 +++++++++++++------
 lib/MooseX/App/Meta/Role/Class/Command.pm          | 168 +--------------------
 .../Role/Class/{Command.pm => Documentation.pm}    |   6 +-
 lib/MooseX/App/ParsedArgv.pm                       |  27 +++-
 lib/MooseX/App/ParsedArgv/Element.pm               |  15 ++
 lib/MooseX/App/Role.pm                             |   4 +-
 lib/MooseX/App/Simple.pm                           |  10 +-
 lib/MooseX/App/Tutorial.pod                        |  12 +-
 lib/MooseX/App/Utils.pm                            |   7 +
 t/00_load.t                                        |   3 +-
 t/01_basic.t                                       |   8 +-
 t/02_meta.t                                        |   4 +-
 t/05_extended.t                                    |   8 +-
 t/09_classes.t                                     |   4 +-
 t/testlib/Test01.pm                                |   4 +
 t/testlib/Test01/CommandB.pm                       |   4 +-
 t/testlib/Test03/SomeCommand.pm                    |   4 +-
 26 files changed, 339 insertions(+), 281 deletions(-)
 copy lib/MooseX/App/Meta/Role/Class/{Command.pm => Documentation.pm} (96%)

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