[libmoosex-app-cmd-perl] branch master updated (65c0218 -> c944723)

gregor herrmann gregoa at debian.org
Thu Jan 2 19:41:39 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-cmd-perl.

      from  65c0218   releasing package libmoosex-app-cmd-perl version 0.11-1
      adds  3b4f6a2   Imported Upstream version 0.27
       new  df3c8c6   Merge tag 'upstream/0.27'
       new  eca5b80   New upstream release.
       new  dcac98f   Update years of packaging copyright.
       new  50eac55   Update (build) dependencies.
       new  c944723   update changelog / add WAITS-FOR

The 5 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                                            |  17 +
 MANIFEST                                           |  11 +
 META.json                                          | 414 +++++++++++++--------
 META.yml                                           | 337 ++++++++++-------
 Makefile.PL                                        |  24 +-
 README                                             | 135 ++++---
 debian/changelog                                   |  11 +
 debian/control                                     |  12 +-
 debian/copyright                                   |   2 +-
 dist.ini                                           |  46 ++-
 lib/MooseX/App/Cmd.pm                              |  12 +-
 lib/MooseX/App/Cmd/Command.pm                      |  23 +-
 lib/{MooseX => MouseX}/App/Cmd.pm                  |  78 ++--
 .../App/Cmd.pm => MouseX/App/Cmd/Command.pm}       | 111 ++----
 perlcritic.rc                                      |   8 +-
 t/00-compile.t                                     |  13 +-
 t/author-test-eol.t                                |   2 +-
 t/build_emulates_new.t                             |   2 +-
 t/configfile.t                                     |   8 +-
 t/lib/Test/ConfigFromFile.pm                       |   2 +-
 t/lib/Test/ConfigFromFile/Command/boo.pm           |   4 +-
 t/lib/Test/ConfigFromFile/Command/moo.pm           |   6 +-
 t/lib/Test/{MyCmd.pm => MyAny/Moose.pm}            |   2 +-
 t/lib/Test/MyAny/Moose/Command/foo.pm              |  19 +
 t/lib/Test/MyAny/Mouse.pm                          |   6 +
 t/lib/Test/MyAny/Mouse/Command/foo.pm              |  19 +
 t/lib/Test/MyCmd.pm                                |   2 +-
 t/lib/Test/MyCmd/Command/bark.pm                   |   2 +-
 t/lib/Test/MyCmd/Command/frobulate.pm              |   2 +-
 t/lib/Test/MyCmd/Command/justusage.pm              |   2 +-
 t/lib/Test/MyCmd/Command/stock.pm                  |   2 +-
 t/moose.t                                          |  13 +
 t/mouse.t                                          |  14 +
 t/release-changes_has_content.t                    |  47 +++
 t/release-distmeta.t                               |   2 +
 t/release-localbrew-perl-latest-TEST.t             | 122 ++++++
 t/release-no-tabs.t                                |   7 +-
 t/release-pod-coverage.t                           |   2 +
 t/release-pod-syntax.t                             |   1 +
 39 files changed, 979 insertions(+), 563 deletions(-)
 copy lib/{MooseX => MouseX}/App/Cmd.pm (71%)
 copy lib/{MooseX/App/Cmd.pm => MouseX/App/Cmd/Command.pm} (60%)
 copy t/lib/Test/{MyCmd.pm => MyAny/Moose.pm} (62%)
 create mode 100644 t/lib/Test/MyAny/Moose/Command/foo.pm
 create mode 100644 t/lib/Test/MyAny/Mouse.pm
 create mode 100644 t/lib/Test/MyAny/Mouse/Command/foo.pm
 create mode 100644 t/moose.t
 create mode 100644 t/mouse.t
 create mode 100644 t/release-changes_has_content.t
 create mode 100644 t/release-localbrew-perl-latest-TEST.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmoosex-app-cmd-perl.git



More information about the Pkg-perl-cvs-commits mailing list