[libmoosex-attributehelpers-perl] 01/07: Merge tag 'upstream/0.25'

gregor herrmann gregoa at debian.org
Sat Feb 20 21:29:18 UTC 2016


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

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

commit e081a1bba9db493e8c5b7f186092b4add5dfcccd
Merge: b128223 c02042c
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Feb 20 22:14:45 2016 +0100

    Merge tag 'upstream/0.25'
    
    Upstream version 0.25

 Build.PL                                           |  38 +-
 CONTRIBUTING                                       |  12 +-
 Changes                                            |   3 +
 LICENSE                                            |   6 +-
 MANIFEST                                           |   7 +-
 META.json                                          | 417 ++++++++++++++-------
 META.yml                                           | 355 ++++++++++++------
 Makefile.PL                                        |  24 +-
 README                                             |   8 +-
 dist.ini                                           |   5 +-
 lib/MooseX/AttributeHelpers.pm                     | 148 ++++++--
 lib/MooseX/AttributeHelpers/Bool.pm                |  32 +-
 lib/MooseX/AttributeHelpers/Collection/Array.pm    |  32 +-
 lib/MooseX/AttributeHelpers/Collection/Bag.pm      |  34 +-
 lib/MooseX/AttributeHelpers/Collection/Hash.pm     |  32 +-
 .../AttributeHelpers/Collection/ImmutableHash.pm   |  34 +-
 lib/MooseX/AttributeHelpers/Collection/List.pm     |  32 +-
 lib/MooseX/AttributeHelpers/Counter.pm             |  33 +-
 lib/MooseX/AttributeHelpers/Meta/Method/Curried.pm |  34 +-
 .../AttributeHelpers/Meta/Method/Provided.pm       |  34 +-
 .../AttributeHelpers/MethodProvider/Array.pm       |  31 +-
 lib/MooseX/AttributeHelpers/MethodProvider/Bag.pm  |  32 +-
 lib/MooseX/AttributeHelpers/MethodProvider/Bool.pm |  34 +-
 .../AttributeHelpers/MethodProvider/Counter.pm     |  34 +-
 lib/MooseX/AttributeHelpers/MethodProvider/Hash.pm |  34 +-
 .../MethodProvider/ImmutableHash.pm                |  32 +-
 lib/MooseX/AttributeHelpers/MethodProvider/List.pm |  33 +-
 .../AttributeHelpers/MethodProvider/String.pm      |  32 +-
 lib/MooseX/AttributeHelpers/Number.pm              |  41 +-
 lib/MooseX/AttributeHelpers/String.pm              |  34 +-
 lib/MooseX/AttributeHelpers/Trait/Base.pm          |  36 +-
 lib/MooseX/AttributeHelpers/Trait/Bool.pm          |  39 +-
 lib/MooseX/AttributeHelpers/Trait/Collection.pm    |  35 +-
 .../AttributeHelpers/Trait/Collection/Array.pm     |  34 +-
 .../AttributeHelpers/Trait/Collection/Bag.pm       |  36 +-
 .../AttributeHelpers/Trait/Collection/Hash.pm      |  34 +-
 .../Trait/Collection/ImmutableHash.pm              |  36 +-
 .../AttributeHelpers/Trait/Collection/List.pm      |  34 +-
 lib/MooseX/AttributeHelpers/Trait/Counter.pm       |  36 +-
 lib/MooseX/AttributeHelpers/Trait/Number.pm        |  39 +-
 lib/MooseX/AttributeHelpers/Trait/String.pm        |  36 +-
 t/00-report-prereqs.dd                             |  22 +-
 t/zzz-check-breaks.t                               |   6 +-
 weaver.ini                                         |   6 +
 xt/author/kwalitee.t                               |   2 +-
 xt/author/no-tabs.t                                |   4 +-
 xt/{release => author}/pod-coverage.t              |   0
 xt/{release => author}/pod-syntax.t                |   1 +
 xt/release/changes_has_content.t                   |   2 +-
 49 files changed, 1364 insertions(+), 731 deletions(-)

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



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