[libmoosex-classattribute-perl] 01/09: Merge tag 'upstream/0.29'

Nick Morrott nickm-guest at moszumanska.debian.org
Wed Aug 10 20:45:38 UTC 2016


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

nickm-guest pushed a commit to branch master
in repository libmoosex-classattribute-perl.

commit e11a085baac4c4f6de57cac85c02c977a7eab05b
Merge: e1bab69 c2c8258
Author: Nick Morrott <knowledgejunkie at gmail.com>
Date:   Wed Aug 10 20:43:09 2016 +0100

    Merge tag 'upstream/0.29'
    
    Upstream version 0.29

 CONTRIBUTING.md                                    | 126 +++
 Changes                                            |  12 +
 INSTALL                                            |   1 -
 LICENSE                                            |   2 +-
 MANIFEST                                           |  33 +-
 META.json                                          | 956 ++++++++++++++++++++-
 META.yml                                           | 741 +++++++++++++++-
 Makefile.PL                                        |  69 +-
 README                                             |  14 -
 README.md                                          | 119 +++
 cpanfile                                           |  61 ++
 dist.ini                                           |  61 +-
 lib/MooseX/ClassAttribute.pm                       |  81 +-
 lib/MooseX/ClassAttribute/Meta/Role/Attribute.pm   |  19 +-
 lib/MooseX/ClassAttribute/Trait/Application.pm     |  18 +-
 .../ClassAttribute/Trait/Application/ToClass.pm    |  18 +-
 .../ClassAttribute/Trait/Application/ToRole.pm     |  18 +-
 lib/MooseX/ClassAttribute/Trait/Attribute.pm       |  18 +-
 lib/MooseX/ClassAttribute/Trait/Class.pm           |  18 +-
 .../Trait/Mixin/HasClassAttributes.pm              |  18 +-
 lib/MooseX/ClassAttribute/Trait/Role.pm            |  18 +-
 lib/MooseX/ClassAttribute/Trait/Role/Composite.pm  |  18 +-
 perlcriticrc                                       |  67 ++
 perltidyrc                                         |  22 +
 t/00-report-prereqs.dd                             |  71 ++
 t/00-report-prereqs.t                              | 183 ++++
 t/06-role.t                                        |   6 +-
 t/lib/SharedTests.pm                               |   2 +-
 t/release-cpan-changes.t                           |  15 -
 t/release-eol.t                                    |  16 -
 t/release-no-tabs.t                                |  16 -
 t/release-pod-coverage.t                           |  47 -
 t/release-pod-spell.t                              |  38 -
 t/release-pod-syntax.t                             |  15 -
 tidyall.ini                                        |  10 +
 xt/author/00-compile.t                             |  63 ++
 xt/author/clean-namespaces.t                       |  11 +
 xt/author/eol.t                                    |  38 +
 xt/author/mojibake.t                               |   9 +
 xt/author/no-tabs.t                                |  38 +
 xt/author/pod-coverage.t                           |  63 ++
 t/release-pod-no404s.t => xt/author/pod-no404s.t   |   8 -
 xt/author/pod-spell.t                              |  52 ++
 xt/author/pod-syntax.t                             |   7 +
 xt/author/test-version.t                           |  23 +
 xt/release/cpan-changes.t                          |  11 +
 xt/release/meta-json.t                             |   4 +
 .../release/pod-linkcheck.t                        |   8 -
 xt/release/portability.t                           |  12 +
 xt/release/tidyall.t                               |  15 +
 50 files changed, 2936 insertions(+), 373 deletions(-)

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



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