[libdist-zilla-plugin-run-perl] branch master updated (9579ba0 -> 6b3c9c5)

Damyan Ivanov dmn at moszumanska.debian.org
Sun Nov 5 20:49:44 UTC 2017


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

dmn pushed a change to branch master
in repository libdist-zilla-plugin-run-perl.

      from  9579ba0   update changelog
      adds  258d1e4   New upstream version 0.046
       new  a8bc548   Update upstream source from tag 'upstream/0.046'
       new  c24167e   declare conformance with Policy 4.1.1 (no changes needed)
       new  6b3c9c5   releasing package libdist-zilla-plugin-run-perl version 0.046-1

The 3 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                                   |  17 +-
 CONTRIBUTING                               |   4 +-
 Changes                                    |  15 +-
 INSTALL                                    |  14 +-
 MANIFEST                                   |   5 +-
 META.json                                  | 453 ++++++++++++++++-------------
 META.yml                                   | 367 ++++++++++++-----------
 Makefile.PL                                |  24 +-
 README                                     |   4 +-
 debian/changelog                           |  11 +-
 debian/control                             |   2 +-
 dist.ini                                   |   7 +-
 lib/Dist/Zilla/Plugin/Run.pm               |  14 +-
 lib/Dist/Zilla/Plugin/Run/AfterBuild.pm    |   4 +-
 lib/Dist/Zilla/Plugin/Run/AfterMint.pm     |   4 +-
 lib/Dist/Zilla/Plugin/Run/AfterRelease.pm  |   4 +-
 lib/Dist/Zilla/Plugin/Run/BeforeArchive.pm |   4 +-
 lib/Dist/Zilla/Plugin/Run/BeforeBuild.pm   |   4 +-
 lib/Dist/Zilla/Plugin/Run/BeforeRelease.pm |   4 +-
 lib/Dist/Zilla/Plugin/Run/Clean.pm         |   4 +-
 lib/Dist/Zilla/Plugin/Run/Release.pm       |   4 +-
 lib/Dist/Zilla/Plugin/Run/Role/Runner.pm   |  25 +-
 lib/Dist/Zilla/Plugin/Run/Test.pm          |   4 +-
 t/00-report-prereqs.dd                     |  32 +-
 t/00-report-prereqs.t                      |  35 ++-
 t/10_build_phase.t                         |   2 +
 t/20_formatter.t                           |   6 +
 t/30_all_phases.t                          |   9 +-
 t/60_redacted_configs.t                    |   2 +
 t/70-eval.t                                |  30 +-
 t/80-fatal-errors.t                        |  44 +--
 t/90-clean.t                               |  12 +-
 t/92-quiet.t                               | 128 ++++----
 t/93-eval-scopes.t                         |   7 +-
 t/lib/TestHelper.pm                        |  36 +++
 t/zzz-check-breaks.t                       |  12 +-
 xt/author/00-compile.t                     |  12 +-
 xt/author/eol.t                            |   7 +-
 xt/author/no-tabs.t                        |   5 +-
 xt/author/pod-spell.t                      |  76 ++---
 xt/{release => author}/portability.t       |   2 -
 xt/release/changes_has_content.t           |   2 +-
 xt/release/cpan-changes.t                  |   9 +-
 43 files changed, 855 insertions(+), 611 deletions(-)
 create mode 100644 t/lib/TestHelper.pm
 rename xt/{release => author}/portability.t (95%)

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



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