[libmoosex-role-withoverloading-perl] 01/07: Merge tag 'upstream/0.14'

gregor herrmann gregoa at debian.org
Thu Jul 31 18:16:26 UTC 2014


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

gregoa pushed a commit to branch master
in repository libmoosex-role-withoverloading-perl.

commit 97cd0081827729e079c00449cab699da634d5234
Merge: 07d096a bd69738
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 31 20:05:39 2014 +0200

    Merge tag 'upstream/0.14'
    
    Upstream version 0.14

 CONTRIBUTING                                       |  94 +++
 Changes                                            |  15 +-
 LICENSE                                            |   6 +-
 MANIFEST                                           |  33 +-
 META.json                                          | 843 ++++++++++++++++-----
 META.yml                                           | 711 ++++++++++++-----
 Makefile.PL                                        |  66 +-
 README                                             |   6 +-
 README.pod                                         |  92 +++
 WithOverloading.xs                                 |   2 +-
 dist.ini                                           |  89 +--
 lib/MooseX/Role/WithOverloading.pm                 |  78 +-
 lib/MooseX/Role/WithOverloading/Meta/Role.pm       |  13 +-
 .../Role/WithOverloading/Meta/Role/Application.pm  |  44 +-
 .../Meta/Role/Application/Composite.pm             |  13 +-
 .../Meta/Role/Application/Composite/ToClass.pm     |  13 +-
 .../Meta/Role/Application/Composite/ToInstance.pm  |  13 +-
 .../Meta/Role/Application/Composite/ToRole.pm      |  13 +-
 .../Meta/Role/Application/FixOverloadedRefs.pm     |  20 +-
 .../Meta/Role/Application/ToClass.pm               |  13 +-
 .../Meta/Role/Application/ToInstance.pm            |  13 +-
 .../Meta/Role/Application/ToRole.pm                |  13 +-
 .../Role/WithOverloading/Meta/Role/Composite.pm    |  18 +-
 t/00-check-deps.t                                  |  11 -
 t/00-compile.t                                     |  73 --
 t/00-report-prereqs.t                              | 213 ++++++
 t/combine_to_class.t                               |   5 +-
 t/combine_to_instance.t                            |   5 +-
 t/combine_to_role.t                                |   5 +-
 t/release-cpan-changes.t                           |  15 -
 t/release-distmeta.t                               |  15 -
 t/release-minimum-version.t                        |  16 -
 t/release-no-tabs.t                                |  16 -
 t/release-pod-coverage.t                           |  21 -
 t/release-pod-linkcheck.t                          |  28 -
 t/release-pod-syntax.t                             |  15 -
 t/release-test-version.t                           |  30 -
 t/remove_attributes_bug.t                          |   5 +-
 t/to_class.t                                       |   5 +-
 t/to_instance.t                                    |   5 +-
 t/to_role.t                                        |  31 +-
 t/zzz-check-breaks.t                               |  18 +
 weaver.ini                                         |   6 +
 xt/author/00-compile.t                             |  61 ++
 xt/author/pod-spell.t                              |  40 +
 .../release/changes_has_content.t                  |  11 +-
 xt/release/cpan-changes.t                          |  11 +
 xt/release/distmeta.t                              |   6 +
 t/release-eol.t => xt/release/eol.t                |   8 -
 xt/release/kwalitee.t                              |   4 +
 xt/release/minimum-version.t                       |   8 +
 xt/release/mojibake.t                              |  12 +
 xt/release/no-tabs.t                               |  56 ++
 xt/release/pod-coverage.t                          |   7 +
 t/release-pod-no404s.t => xt/release/pod-no404s.t  |   8 -
 xt/release/pod-syntax.t                            |   6 +
 xt/release/portability.t                           |  11 +
 57 files changed, 2145 insertions(+), 863 deletions(-)

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



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