[libmoosex-methodattributes-perl] 01/06: Merge tag 'upstream/0.29'

gregor herrmann gregoa at debian.org
Wed Dec 25 15:51:42 UTC 2013


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

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

commit 7589ade3f53196a365b9351136d740696017b674
Merge: c5678c4 061655c
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Dec 25 16:46:02 2013 +0100

    Merge tag 'upstream/0.29'
    
    Upstream version 0.29

 Build.PL                                           |   3 +
 CONTRIBUTING                                       |  76 +++
 Changes                                            |  79 ++-
 INSTALL                                            |  44 ++
 LICENSE                                            |   8 +-
 MANIFEST                                           |  24 +-
 META.json                                          | 715 ++++++++++++++++++---
 META.yml                                           | 565 +++++++++++++---
 Makefile.PL                                        |  82 ++-
 README                                             |   4 +-
 README.md                                          |  44 ++
 dist.ini                                           |  32 +-
 lib/MooseX/MethodAttributes.pm                     |  51 +-
 lib/MooseX/MethodAttributes/Inheritable.pm         |  24 +-
 lib/MooseX/MethodAttributes/Role.pm                |  19 +-
 lib/MooseX/MethodAttributes/Role/AttrContainer.pm  |  21 +-
 .../Role/AttrContainer/Inheritable.pm              |  21 +-
 lib/MooseX/MethodAttributes/Role/Meta/Class.pm     |  27 +-
 lib/MooseX/MethodAttributes/Role/Meta/Map.pm       |  22 +-
 lib/MooseX/MethodAttributes/Role/Meta/Method.pm    |  21 +-
 .../Role/Meta/Method/MaybeWrapped.pm               |  21 +-
 .../MethodAttributes/Role/Meta/Method/Wrapped.pm   |  20 +-
 lib/MooseX/MethodAttributes/Role/Meta/Role.pm      |  23 +-
 .../MethodAttributes/Role/Meta/Role/Application.pm |  21 +-
 .../Role/Meta/Role/Application/Summation.pm        |  21 +-
 t/00-report-prereqs.t                              | 125 ++++
 t/basic.t                                          |   3 +-
 t/calling.t                                        |   4 +-
 t/catalyst.t                                       |  11 +-
 t/catalyst_role.t                                  |  30 +-
 t/catalyst_role_method_exclusion.t                 |   7 +-
 t/catalyst_role_preexist_methods.t                 |   6 +-
 t/inherited.t                                      |   3 +-
 t/inherited_non_moose_multilevel.t                 |   3 +-
 t/late_reinitialize.t                              |   2 +-
 t/lib/BaseClass.pm                                 |   2 +-
 t/lib/CatalystLike/Controller.pm                   |   6 +-
 t/lib/CatalystLike/Controller/Moose.pm             |   2 +-
 .../Controller/Moose/MethodModifiers.pm            |   2 +-
 t/lib/ClassUsingRoleWithAttributes.pm              |   2 +-
 t/lib/OtherRoleWithAttributes.pm                   |   2 +-
 t/lib/RoleWithAttributes.pm                        |   2 +-
 t/lib/UsesMultipleRoles.pm                         |   2 +-
 t/multiple_roles.t                                 |   4 +-
 t/multiple_roles_astrait.t                         |   8 +-
 t/override_method_with_no_attribute.t              |   3 +-
 t/param_role.t                                     |   4 +-
 t/release-no-tabs.t                                |  16 -
 t/release-pod-syntax.t                             |  15 -
 t/role.t                                           |   4 +-
 t/role_applied.t                                   |   4 +-
 t/role_comp.t                                      |   6 +-
 t/role_in_role.t                                   |  12 +-
 t/role_in_role_more.t                              |  11 +-
 t/role_method_conflict_detection.t                 |   8 +-
 weaver.ini                                         |  10 +
 xt/author/00-compile.t                             |  60 ++
 xt/author/pod-spell.t                              |  48 ++
 xt/release/changes_has_content.t                   |  41 ++
 xt/release/cpan-changes.t                          |  11 +
 xt/release/distmeta.t                              |   7 +
 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                               |  26 +
 .../release/pod-coverage.t                         |   8 -
 xt/release/pod-no404s.t                            |  21 +
 xt/release/pod-syntax.t                            |   7 +
 xt/release/test-version.t                          |  22 +
 70 files changed, 2111 insertions(+), 479 deletions(-)

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



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