[libmoosex-types-perl] 01/06: Merge tag 'upstream/0.49'

gregor herrmann gregoa at debian.org
Mon Dec 26 17:19:02 UTC 2016


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

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

commit f84db9c874418438465111c38548409d772aac3a
Merge: 8830691 fcc556d
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Dec 26 18:08:31 2016 +0100

    Merge tag 'upstream/0.49'
    
    Upstream version 0.49

 Build.PL                               |  37 ++-
 CONTRIBUTING                           |  12 +-
 Changes                                |  15 ++
 INSTALL                                |  14 +-
 LICENSE => LICENCE                     |   0
 MANIFEST                               |  13 +-
 META.json                              | 471 +++++++++++++++++++--------------
 META.yml                               | 383 +++++++++++++++------------
 Makefile.PL                            |  30 +--
 README                                 |   4 +-
 dist.ini                               |   6 +-
 eg/benchmarks.pl                       |  91 +++++++
 lib/MooseX/Types.pm                    |  48 +++-
 lib/MooseX/Types/Base.pm               |  27 +-
 lib/MooseX/Types/CheckedUtilExports.pm |  24 +-
 lib/MooseX/Types/Combine.pm            | 136 +++++++++-
 lib/MooseX/Types/Moose.pm              |  17 +-
 lib/MooseX/Types/TypeDecorator.pm      |  17 +-
 lib/MooseX/Types/UndefinedType.pm      |  17 +-
 lib/MooseX/Types/Util.pm               |  17 +-
 lib/MooseX/Types/Wrapper.pm            |  17 +-
 t/00-report-prereqs.dd                 |  47 ++--
 t/00-report-prereqs.t                  |  19 +-
 t/10_moose-types.t                     |   2 +-
 t/11_library-definition.t              |  24 +-
 t/12_wrapper-definition.t              |   2 +-
 t/13_typedecorator.t                   |   2 +-
 t/14_compatibility-sub-exporter.t      |   2 +-
 t/15_recursion.t                       |   4 +-
 t/16_introspection.t                   |   2 +-
 t/17_syntax_errors.t                   |   2 +-
 t/18_combined_libs.t                   |   2 +-
 t/19_typelib_with_role.t               |   2 +-
 t/20_union_with_string_type.t          |   2 +-
 t/21_coerce_parameterized_types.t      |   2 +-
 t/22_class_type.t                      |   2 +-
 t/23_any_subtype.t                     |   2 +-
 t/24_class_can_isa.t                   |   2 +-
 t/25-fully-qualified.t                 |   2 +-
 t/26-multi-combined.t                  |  17 ++
 t/lib/MultiCombined.pm                 |  10 +
 t/regressions/01-is_subtype_of.t       |   2 +-
 t/zzz-check-breaks.t                   |  14 +-
 xt/author/00-compile.t                 |  12 +-
 xt/author/eol.t                        |  12 +-
 xt/author/kwalitee.t                   |   2 +-
 xt/author/no-tabs.t                    |  10 +-
 xt/author/pod-coverage.t               |  46 +---
 xt/{release => author}/pod-no404s.t    |   0
 xt/author/pod-spell.t                  | 118 +++++----
 xt/{release => author}/pod-syntax.t    |   1 +
 xt/{release => author}/portability.t   |   2 -
 xt/release/changes_has_content.t       |   2 +-
 xt/release/cpan-changes.t              |   9 +-
 54 files changed, 1134 insertions(+), 641 deletions(-)

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



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