[libtest-distmanifest-perl] 03/12: Merge tag 'upstream/1.014'

gregor herrmann gregoa at debian.org
Sun Jun 21 01:08:49 UTC 2015


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

gregoa pushed a commit to branch master
in repository libtest-distmanifest-perl.

commit 7d46494008feb8d445f14c6567f6e2b5c4c51a64
Merge: ba846e2 420a600
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jun 21 02:56:02 2015 +0200

    Merge tag 'upstream/1.014'
    
    Upstream version 1.014

 Build.PL                                           |  128 +++
 CONTRIBUTING                                       |  103 ++
 Changes                                            |  275 ++---
 INSTALL                                            |   43 +
 LICENSE                                            |    8 +-
 MANIFEST                                           |   48 +-
 META.json                                          | 1108 ++++++++++++++++++++
 META.yml                                           |  756 ++++++++++++-
 Makefile.PL                                        |  115 +-
 README                                             |    6 +-
 dist.ini                                           |   71 +-
 examples/checkmanifest.t                           |    3 +-
 lib/Test/DistManifest.pm                           |  303 +++++-
 t/00-report-prereqs.dd                             |  133 +++
 t/00-report-prereqs.t                              |  183 ++++
 t/01compile.t                                      |   14 -
 t/02manifest.t                                     |   18 +-
 t/03core.t                                         |   14 +-
 t/{03warn-only.t => 04warn-only.t}                 |   26 +-
 t/{release-01-no-manifest.t => 05-no-manifest.t}   |   23 +-
 t/corpus/Bar/MANIFEST                              |    5 +
 t/corpus/Bar/META.json                             |   42 +
 t/corpus/Bar/META.yml                              |   23 +
 t/corpus/Bar/Makefile.PL                           |   19 +
 t/corpus/Bar/lib/Bar.pm                            |    2 +
 t/corpus/Foo/MANIFEST                              |    6 +
 MANIFEST.SKIP => t/corpus/Foo/MANIFEST.SKIP        |   20 +-
 t/corpus/Foo/META.json                             |   42 +
 t/corpus/Foo/META.yml                              |   23 +
 t/corpus/Foo/Makefile.PL                           |   19 +
 t/corpus/Foo/lib/Foo.pm                            |    2 +
 t/{extra => corpus/MANIFEST-extra}                 |    0
 t/{circular => corpus/MANIFEST.SKIP-circular}      |   19 +-
 t/release-dist-manifest.t                          |   16 -
 t/release-kwalitee.t                               |   17 -
 t/release-pod-coverage.t                           |   21 -
 t/release-pod-syntax.t                             |   15 -
 weaver.ini                                         |   21 +-
 xt/author/00-compile.t                             |   78 ++
 xt/author/clean-namespaces.t                       |   11 +
 xt/author/eol.t                                    |   20 +
 xt/author/no-tabs.t                                |   36 +
 xt/author/pod-spell.t                              |   21 +
 xt/release/changes_has_content.t                   |   41 +
 xt/release/cpan-changes.t                          |   11 +
 xt/release/distmeta.t                              |    6 +
 xt/release/kwalitee.t                              |    9 +
 xt/release/minimum-version.t                       |    8 +
 xt/release/mojibake.t                              |   12 +
 xt/release/pod-coverage.t                          |    7 +
 xt/release/pod-no404s.t                            |   21 +
 xt/release/pod-syntax.t                            |    6 +
 .../release/portability.t                          |   10 +-
 53 files changed, 3514 insertions(+), 473 deletions(-)

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



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