[libdist-zilla-plugin-test-perl-critic-perl] branch master updated (ea804eb -> e92ae5d)

Intrigeri intrigeri at moszumanska.debian.org
Sat Jun 24 10:08:49 UTC 2017


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

intrigeri pushed a change to branch master
in repository libdist-zilla-plugin-test-perl-critic-perl.

      from  ea804eb   update changelog
       new  5f5cb15   debian/upstream/metadata: point to new upstream repo.
      adds  f27fb63   dist.ini: use ourself
      adds  ae3a96a   Inject Test::Perl::Critic as a develop/requires dependency
      adds  8d9840b   use Test::Perl::Critic unconditionally
      adds  112b884   Merge remote-tracking branch 'upstream/pr/7'
      adds  3729764   Changes entries for PR#7
      adds  02ccecc   fix mailing list metadata; add irc channel
      adds  00eda9a   convert timestamps to ISO8601 format
      adds  febe6e7   convert to my plugin bundle
      adds  84c1860   fix spelling test
      adds  fceb71d   keep namespaces clean
      adds  47161a4   Dist-Zilla-Plugin-Test-Perl-Critic-3.001
      adds  3b3cdb5   New upstream version 3.001
       new  edf4b9b   Merge tag 'upstream/3.001'
       new  209faf4   Adjust build dependency: libmodule-build-perl → libmodule-build-tiny-perl, and bump versioned build-dependency on debhelper accordingly.
       new  5205785   Add {build,run}-time dependency on libsub-exporter-formethods-perl.
       new  7d23625   Declare compliance with Standards-Version 3.9.8: no change required.
       new  e92ae5d   libdist-zilla-plugin-test-perl-critic-perl (3.001-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                                  |  190 +++--
 CONTRIBUTING                              |  100 +++
 Changes                                   |   20 +-
 INSTALL                                   |   43 ++
 LICENSE => LICENCE                        |    0
 MANIFEST                                  |   29 +-
 META.json                                 | 1122 +++++++++++++++++++++++------
 META.yml                                  |  837 ++++++++++++++++-----
 Makefile.PL                               |  132 ++++
 README                                    |    4 +-
 debian/changelog                          |   12 +-
 debian/control                            |   10 +-
 debian/upstream/metadata                  |    6 +-
 dist.ini                                  |   25 +-
 lib/Dist/Zilla/Plugin/CriticTests.pm      |   36 +-
 lib/Dist/Zilla/Plugin/Test/Perl/Critic.pm |  157 +++-
 t/00-compile.t                            |   51 --
 t/00-report-prereqs.dd                    |  143 ++++
 t/00-report-prereqs.t                     |  197 +++++
 t/000-report-versions-tiny.t              |   87 ---
 t/release-pod-coverage.t                  |   23 -
 t/release-pod-syntax.t                    |   22 -
 xt/author/00-compile.t                    |   95 +++
 xt/author/clean-namespaces.t              |   11 +
 xt/author/critic.t                        |    7 +
 xt/author/eol.t                           |   35 +
 xt/author/kwalitee.t                      |    9 +
 xt/author/mojibake.t                      |    9 +
 xt/author/no-tabs.t                       |   35 +
 xt/author/pod-coverage.t                  |    7 +
 xt/author/pod-no404s.t                    |   21 +
 xt/author/pod-spell.t                     |   43 ++
 xt/author/pod-syntax.t                    |    7 +
 xt/author/portability.t                   |   10 +
 xt/release/changes_has_content.t          |   41 ++
 xt/release/cpan-changes.t                 |   10 +
 xt/release/distmeta.t                     |    6 +
 xt/release/minimum-version.t              |    8 +
 38 files changed, 2895 insertions(+), 705 deletions(-)
 create mode 100644 CONTRIBUTING
 create mode 100644 INSTALL
 rename LICENSE => LICENCE (100%)
 create mode 100644 Makefile.PL
 delete mode 100644 t/00-compile.t
 create mode 100644 t/00-report-prereqs.dd
 create mode 100644 t/00-report-prereqs.t
 delete mode 100644 t/000-report-versions-tiny.t
 delete mode 100644 t/release-pod-coverage.t
 delete mode 100644 t/release-pod-syntax.t
 create mode 100644 xt/author/00-compile.t
 create mode 100644 xt/author/clean-namespaces.t
 create mode 100644 xt/author/critic.t
 create mode 100644 xt/author/eol.t
 create mode 100644 xt/author/kwalitee.t
 create mode 100644 xt/author/mojibake.t
 create mode 100644 xt/author/no-tabs.t
 create mode 100644 xt/author/pod-coverage.t
 create mode 100644 xt/author/pod-no404s.t
 create mode 100644 xt/author/pod-spell.t
 create mode 100644 xt/author/pod-syntax.t
 create mode 100644 xt/author/portability.t
 create mode 100644 xt/release/changes_has_content.t
 create mode 100644 xt/release/cpan-changes.t
 create mode 100644 xt/release/distmeta.t
 create mode 100644 xt/release/minimum-version.t

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-plugin-test-perl-critic-perl.git



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