[libmoosex-types-perl] branch master updated (8830691 -> ba6f7f2)

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 change to branch master
in repository libmoosex-types-perl.

      from  8830691   update changelog
      adds  9487e4a   increment $VERSION after 0.46 release
      adds  17fb6c1   fix Test::More prereq for done_testing
      adds  8f7a212   Allow combined type libraries to be combined
      adds  ae93b98   Improve documentation
      adds  1e73554   document type_names method
      adds  00a2c3c   Merge pull request #1 from 2shortplanks/markf/multi-combine
      adds  41dc754   Add changes for the combined type libraries fix
      adds  0671312   Add .travis.yml
      adds  f38b90f   Very small doc tweak in MX::T::Combine
      adds  4197da1   Add Dist::Zilla::Plugin::SurgicalPodWeaver as an authordep
      adds  59e7fcc   also run Module::Runtime::Conflicts in t/zzz-check-breaks.t
      adds  75308e7   clean up imports
      adds  9243a9c   the automatically generated coverage test is just fine now
      adds  ca26fc0   Make the is_Foo and to_Foo subs way faster
      adds  6dde61e   MooseX-Types-0.47
      adds  8fccaa9   increment $VERSION after 0.47 release
      adds  bf38516   Revert "Make the is_Foo and to_Foo subs way faster"
      adds  2bb79d7   MooseX-Types-0.48
      adds  a88d77f   increment $VERSION after 0.48 release
      adds  ab30158   Remove arbitrary junk passed as options to Sub::Exporter
      adds  f83f767   Add a benchmark to compare Moose to various MooseX::Types constructs
      adds  f952a01   Reimplement speed-up of is_Foo and to_Foo, using Sub::Defer for trampolines
      adds  3830653   MooseX-Types-0.49
      adds  fcc556d   New upstream version 0.49
       new  f84db9c   Merge tag 'upstream/0.49'
       new  24fa96d   Update debian/changelog
       new  2ab67b7   Update years of packaging copyright.
       new  901874a   Add new (build) dependencies.
       new  a437883   Declare compliance with Debian Policy 3.9.8.
       new  ba6f7f2   releasing package libmoosex-types-perl version 0.49-1

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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 +-
 debian/changelog                       |   9 +-
 debian/control                         |   6 +-
 debian/copyright                       |   2 +-
 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 +-
 57 files changed, 1147 insertions(+), 645 deletions(-)
 rename LICENSE => LICENCE (100%)
 create mode 100644 eg/benchmarks.pl
 create mode 100644 t/26-multi-combined.t
 create mode 100644 t/lib/MultiCombined.pm
 rename xt/{release => author}/pod-no404s.t (100%)
 rename xt/{release => author}/pod-syntax.t (84%)
 rename xt/{release => author}/portability.t (95%)

-- 
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