[libmoosex-app-perl] branch master updated (baef4aa -> e6f7fbc)

gregor herrmann gregoa at debian.org
Sun Apr 3 15:36:36 UTC 2016


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  baef4aa   releasing package libmoosex-app-perl version 1.34-1
      adds  296a45d   Fix spelling (patch from gregor herrmann)
      adds  92049bf   Update documentation
      adds  a69e6ce   Allow to pass ARGV directly to constructor
      adds  d91aada   Use namespace::autoclean instead of namespace::clean (reported by Mohammad S Anwar)
      adds  dbe694f   Documentation for ARGV
      adds  4d2b34d   Dist housekeeping
      adds  995f9f5   Set explicit bugtracker
      adds  6eef922   Skip loading of classes if no name was returned
      adds  23131c0   Update documentation
      adds  51c9c04   Update documentation
      adds  5c29950   Release 1.35
      adds  d4a6cda   Imported Upstream version 1.35
       new  250850b   Merge tag 'upstream/1.35'
       new  921b9e5   Update debian/changelog
       new  bca3232   Update debian/upstream/metadata.
       new  d933954   Update years of upstream copyright.
       new  270cb17   Drop spelling.patch, applied upstream.
       new  cb47bba   Update years of packaging copyright.
       new  84058f0   Drop version from libmoose-perl (build) dependency.
       new  fab512f   Add a new spelling.patch.
       new  e6f7fbc   releasing package libmoosex-app-perl version 1.35-1

The 9 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                                     |   3 +-
 Makefile.PL                                  |   1 +
 README                                       | 110 ++++++++++++++-----------
 TODO                                         |  44 +---------
 debian/changelog                             |  13 +++
 debian/control                               |   6 +-
 debian/copyright                             |   3 +-
 debian/patches/spelling.patch                |  99 ++++------------------
 debian/upstream/metadata                     |   1 +
 lib/MooseX/App.pm                            | 119 ++++++++++++++++-----------
 lib/MooseX/App/Command.pm                    |   3 +-
 lib/MooseX/App/Meta/Role/Attribute/Option.pm |   2 +-
 lib/MooseX/App/Meta/Role/Class/Base.pm       |   7 +-
 lib/MooseX/App/ParsedArgv.pm                 |  18 +++-
 lib/MooseX/App/ParsedArgv/Element.pm         |  12 +--
 lib/MooseX/App/Plugin/Depends.pm             |   2 +-
 lib/MooseX/App/Role.pm                       |   3 +-
 lib/MooseX/App/Simple.pm                     |  31 +++++--
 lib/MooseX/App/Tutorial.pod                  |  22 +++--
 lib/MooseX/App/Utils.pm                      |  41 +++++++++
 t/01_basic.t                                 |   5 +-
 t/testlib/MyMessage.pm                       |  54 ------------
 24 files changed, 288 insertions(+), 319 deletions(-)
 delete mode 100644 t/testlib/MyMessage.pm

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