[libclass-method-modifiers-perl] branch master updated (cc522c8 -> cba9702)

Nick Morrott nickm-guest at moszumanska.debian.org
Fri Jul 29 15:48:13 UTC 2016


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

nickm-guest pushed a change to branch master
in repository libclass-method-modifiers-perl.

      from  cc522c8   update changelog
      adds  bbee1d2   Imported Upstream version 2.12
       new  351c2df   Merge tag 'upstream/2.12'
       new  fdf569c   Bump Standards-Version to 3.9.8 (no changes)
       new  ae4d8ec   Bump debhelper compatibility to 9
       new  531a25a   Add Testsuite header to make package autopkgtest-able
       new  5356141   Remove unnecessary versioned build-dep
       new  51d9877   Remove unavailable build-dep on libclass-mop-perl
       new  cba9702   Releasing package libclass-method-modifiers-perl version 2.12-1

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:
 CONTRIBUTING                              |  25 +-
 Changes                                   |   3 +
 INSTALL                                   |   1 -
 MANIFEST                                  |  16 +-
 META.json                                 | 791 +++++++++++++++++++++---------
 META.yml                                  | 596 +++++++++++++++-------
 Makefile.PL                               |  18 +-
 README                                    |   4 +-
 debian/changelog                          |  14 +-
 debian/compat                             |   2 +-
 debian/control                            |   7 +-
 dist.ini                                  |  19 +-
 lib/Class/Method/Modifiers.pm             | 116 ++++-
 t/00-report-prereqs.dd                    |  84 +++-
 t/00-report-prereqs.t                     |  20 +-
 t/000-load.t                              |   2 +-
 t/001-error.t                             |   2 +-
 t/002-cache.t                             |   2 +-
 t/003-basic.t                             |   2 +-
 t/004-around.t                            |   2 +-
 t/005-return.t                            |   2 +-
 t/010-before-args.t                       |   2 +-
 t/011-after-args.t                        |   2 +-
 t/012-around-args.t                       |   2 +-
 t/020-multiple-inheritance.t              |   2 +-
 t/030-multiple-before.t                   |   2 +-
 t/031-multiple-after.t                    |   2 +-
 t/032-multiple-around.t                   |   2 +-
 t/034-multiple-everything.t               |   2 +-
 t/035-multiple-everything-twice.t         |   2 +-
 t/040-twice-orig.t                        |   2 +-
 t/041-modify-parent.t                     |   2 +-
 t/051-undef-list-ctxt.t                   |   2 +-
 t/060-caller.t                            |   2 +-
 t/070-modify-multiple-at-once.t           |   2 +-
 t/080-multiple-modifiers.t                |   2 +-
 t/081-sub-and-modifier.t                  |   2 +-
 t/090-diamond.t                           |  28 +-
 t/100-class-mop-method-modifiers.t        |   2 +-
 t/110-namespace-clean.t                   |   2 +-
 t/120-fresh.t                             |   2 +-
 t/130-clean-underscore.t                  |   2 +-
 t/140-lvalue.t                            |   2 +-
 xt/author/00-compile.t                    |  12 +-
 xt/{release => author}/clean-namespaces.t |   2 +-
 xt/{release/no-tabs.t => author/eol.t}    |  20 +-
 xt/{release => author}/kwalitee.t         |   2 +-
 xt/author/mojibake.t                      |   9 +
 xt/{release => author}/no-tabs.t          |  16 +-
 xt/{release => author}/pod-coverage.t     |   0
 xt/author/pod-spell.t                     |  29 +-
 xt/{release => author}/pod-syntax.t       |   1 +
 xt/release/changes_has_content.t          |   2 +-
 xt/release/eol.t                          |   8 -
 xt/release/mojibake.t                     |  12 -
 xt/release/portability.t                  |   1 +
 56 files changed, 1304 insertions(+), 608 deletions(-)
 mode change 100755 => 100644 t/003-basic.t
 mode change 100755 => 100644 t/120-fresh.t
 rename xt/{release => author}/clean-namespaces.t (93%)
 copy xt/{release/no-tabs.t => author/eol.t} (77%)
 rename xt/{release => author}/kwalitee.t (95%)
 create mode 100644 xt/author/mojibake.t
 rename xt/{release => author}/no-tabs.t (86%)
 rename xt/{release => author}/pod-coverage.t (100%)
 rename xt/{release => author}/pod-syntax.t (84%)
 delete mode 100644 xt/release/eol.t
 delete mode 100644 xt/release/mojibake.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libclass-method-modifiers-perl.git



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