[libmoosex-types-perl] branch master updated (f2d59ce -> 7015c82)

gregor herrmann gregoa at debian.org
Sun Oct 25 21:14:06 UTC 2015


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  f2d59ce   releasing package libmoosex-types-perl version 0.45-1
      adds  f6aa6a3   ensure we use Scalar::Util::blessed, not an import from elsewhere that may have been patched (see RT#88669)
      adds  542042e   let this test run for all commits, not just before release
      adds  0cc6d5a   keep $VERSION right in the repo
      adds  fbe7ba5   [Test::CleanNamespaces] is now provided by my plugin bundle
      adds  83113be   at long last, drop the use of fatal warnings in tests
      adds  c832ee7   use a more specific link
      adds  fb72655   switch to my podweaver plugin bundle
      adds  a539da9   use a tighter set of imports
      adds  24a3b0d   remove self-link in MooseX::Types::Moose see also
      adds  d44ee48   Sub::Exporter::ForMethods now has the rebless option we need
      adds  da879b6   this is a distribution eligible for static install
      adds  72441cd   remap another outlier author
      adds  f5280ad   MooseX-Types-0.46
      adds  97bc936   Imported Upstream version 0.46
       new  7b43305   Merge tag 'upstream/0.46'
       new  43779ac   Update debian/changelog
       new  dfa387e   Update years of packaging copyright.
       new  b431d0c   Add build dependency on libsub-exporter-formethods-perl.
       new  7015c82   update changelog

The 5 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                               |  49 ++-
 CONTRIBUTING                           |  21 +-
 Changes                                |   3 +
 INSTALL                                |   1 -
 MANIFEST                               |  11 +-
 META.json                              | 704 +++++++++++++++++++++------------
 META.yml                               | 553 ++++++++++++++++----------
 Makefile.PL                            |  36 +-
 README                                 |   4 +-
 debian/changelog                       |  10 +
 debian/control                         |   2 +
 debian/copyright                       |   2 +-
 dist.ini                               |   8 +-
 lib/MooseX/Types.pm                    |  69 ++--
 lib/MooseX/Types/Base.pm               |   8 +-
 lib/MooseX/Types/CheckedUtilExports.pm |   6 +-
 lib/MooseX/Types/Combine.pm            |   6 +-
 lib/MooseX/Types/Moose.pm              |   8 +-
 lib/MooseX/Types/TypeDecorator.pm      |   6 +-
 lib/MooseX/Types/UndefinedType.pm      |   6 +-
 lib/MooseX/Types/Util.pm               |   6 +-
 lib/MooseX/Types/Wrapper.pm            |   6 +-
 t/00-report-prereqs.dd                 |  71 ++--
 t/00-report-prereqs.t                  |  13 +-
 t/10_moose-types.t                     |   2 +-
 t/11_library-definition.t              |   2 +-
 t/12_wrapper-definition.t              |   4 +-
 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/zzz-check-breaks.t                   |   2 +-
 weaver.ini                             |   6 -
 xt/author/00-compile.t                 |  12 +-
 xt/author/{no-tabs.t => eol.t}         |  14 +-
 xt/{release => author}/kwalitee.t      |   0
 xt/author/mojibake.t                   |   9 +
 xt/author/no-tabs.t                    |  10 +-
 xt/{release => author}/pod-coverage.t  |   0
 xt/author/pod-spell.t                  |  51 ++-
 xt/release/changes_has_content.t       |   2 +-
 xt/release/eol.t                       |   8 -
 xt/release/mojibake.t                  |  12 -
 xt/release/portability.t               |   1 +
 53 files changed, 1064 insertions(+), 708 deletions(-)
 delete mode 100644 weaver.ini
 copy xt/author/{no-tabs.t => eol.t} (86%)
 rename xt/{release => author}/kwalitee.t (100%)
 create mode 100644 xt/author/mojibake.t
 rename xt/{release => author}/pod-coverage.t (100%)
 delete mode 100644 xt/release/eol.t
 delete mode 100644 xt/release/mojibake.t

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