[libclass-load-xs-perl] branch master updated (6705dd4 -> 0461569)

gregor herrmann gregoa at debian.org
Mon Jul 10 21:09:26 UTC 2017


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

gregoa pushed a change to branch master
in repository libclass-load-xs-perl.

      from  6705dd4   libclass-load-xs-perl (0.09-2)
      adds  c38db17   remap my github email address which should not ever have been visible
      adds  9e57fab   ignore new EUMM artifact
      adds  f751da1   simplify these prereq configs
      adds  b9baa8c   use inc::latest in Makefile.PL
      adds  456aee0   keep $VERSION in repo version of module
      adds  1c8ef7c   [Test::CleanNamespaces] is now provided by my plugin bundle
      adds  b97c969   oops, 0.090 of my bundle dropped copy_files_from_release from Git::GatherDir.exclude_filename
      adds  8a6b8d6   remove unnecessary lib include
      adds  59f1797   use a more specific link
      adds  dff501d   hardcode the distribution name in Changes, to reduce churn on each release
      adds  16ea3ad   new bundle does not gather this module nor ppport.h
      adds  9756e56   no need to use inc::latest here
      adds  9d58d54   switch to my podweaver plugin bundle
      adds  72bf05e   newer bundle copies this file by default
      adds  beb48f9   Fix test for Test::Without::Module 0.19
      adds  606b7b1   switch from Test::Requires to Test::Needs
      adds  6871104   stop trying to build old release directories I have lying around
      adds  a2ac3eb   ensure that Module::Metadata isn't added as a test prereq for t/00-report-prereqs.t
      adds  9364900   also report the installed version of DynaLoader
      adds  db5348a   Class-Load-XS-0.10
      adds  39f034a   New upstream version 0.10
       new  7b33aed   Updated version 0.10 from 'upstream/0.10'
       new  ab3aaed   Update debian/changelog
       new  d190594   add bug closer
       new  c658c1c   Update years of packaging and third-party copyright.
       new  97ec7f7   Update build dependencies.
       new  a5e8021   Declare compliance with Debian Policy 4.0.0.
       new  0461569   releasing package libclass-load-xs-perl version 0.10-1

The 7 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:
 CONTRIBUTING                          |  17 +-
 Changes                               |   3 +
 INSTALL                               |  14 +-
 MANIFEST                              |  15 +-
 META.json                             | 755 +++++++++++++++++-----------
 META.yml                              | 574 +++++++++++++---------
 Makefile.PL                           |  15 +-
 README                                |   4 +-
 debian/changelog                      |  11 +
 debian/control                        |   4 +-
 debian/copyright                      |   4 +-
 dist.ini                              |  16 +-
 lib/Class/Load/XS.pm                  |  39 +-
 ppport.h                              | 890 +++++++++++++++++++++++-----------
 t/00-report-prereqs.dd                |  85 ++--
 t/00-report-prereqs.t                 |  28 +-
 t/011-without-xs.t                    |   7 +-
 t/012-without-implementation.t        |   8 +-
 weaver.ini                            |   6 -
 xt/author/00-compile.t                |  19 +-
 xt/author/eol.t                       |  54 ++-
 xt/{release => author}/kwalitee.t     |   2 +-
 xt/author/mojibake.t                  |   9 +
 xt/author/no-tabs.t                   |  16 +-
 xt/{release => author}/pod-coverage.t |   0
 xt/{release => author}/pod-no404s.t   |   0
 xt/author/pod-spell.t                 |  20 +-
 xt/{release => author}/pod-syntax.t   |   1 +
 xt/{release => author}/portability.t  |   3 +-
 xt/release/changes_has_content.t      |   2 +-
 xt/release/cpan-changes.t             |   9 +-
 xt/release/mojibake.t                 |  12 -
 32 files changed, 1661 insertions(+), 981 deletions(-)
 delete mode 100644 weaver.ini
 rename xt/{release => author}/kwalitee.t (95%)
 create mode 100644 xt/author/mojibake.t
 rename xt/{release => author}/pod-coverage.t (100%)
 rename xt/{release => author}/pod-no404s.t (100%)
 rename xt/{release => author}/pod-syntax.t (84%)
 rename xt/{release => author}/portability.t (96%)
 delete mode 100644 xt/release/mojibake.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libclass-load-xs-perl.git



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