[libdist-zilla-plugin-run-perl] branch master updated (93a1101 -> d0aceec)

gregor herrmann gregoa at debian.org
Tue Aug 12 21:31:13 UTC 2014


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

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

      from  93a1101   releasing package libdist-zilla-plugin-run-perl version 0.022-1
      adds  8b12cde   Imported Upstream version 0.022
       new  bb903c7   Merge tag 'upstream/0.022'
      adds  566d0f7   Imported Upstream version 0.023
       new  8e01e5a   Merge tag 'upstream/0.023'
       new  85e5bee   New upstream release.
       new  40a0601   Update (build) dependencies.
       new  d0aceec   update changelog / add WAITS-FOR

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                                     |  33 ++---
 CONTRIBUTING                                 |  13 +-
 Changes                                      |   5 +
 MANIFEST                                     |   4 +-
 META.json                                    | 185 ++++++++++++++++-----------
 META.yml                                     | 155 ++++++++++++----------
 Makefile.PL                                  |  31 +++--
 README                                       |   4 +-
 README.pod                                   | 160 -----------------------
 debian/changelog                             |  11 ++
 debian/control                               |   9 +-
 dist.ini                                     |   4 +-
 lib/Dist/Zilla/Plugin/Run.pm                 |  30 ++++-
 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/BeforeBuild.pm     |   4 +-
 lib/Dist/Zilla/Plugin/Run/BeforeRelease.pm   |   4 +-
 lib/Dist/Zilla/Plugin/Run/Release.pm         |   4 +-
 lib/Dist/Zilla/Plugin/Run/Role/Runner.pm     |  39 +++++-
 lib/Dist/Zilla/Plugin/Run/Test.pm            |   4 +-
 t/00-load.t                                  |   2 -
 t/00-report-prereqs.dd                       |  24 ++--
 t/00-report-prereqs.t                        |  49 ++++---
 t/10_build_phase.t                           |  43 ++++++-
 t/20_formatter.t                             |  63 ++++++++-
 t/30_all_phases.t                            |   4 +-
 t/40_test_phase.t                            |   7 +-
 t/50_mint.t                                  |   2 +-
 t/60_redacted_configs.t                      |  90 +++++++++++++
 test_data/all_phases/dist.ini                |   2 +
 test_data/all_phases/script/run.pl           |  11 +-
 test_data/build_phase/dist.ini               |   2 +-
 test_data/build_phase/script/after_build.pl  |  10 +-
 test_data/build_phase/script/before_build.pl |   8 +-
 test_data/build_phase/script/no_trial.pl     |   6 +-
 test_data/test_phase/script/test.pl          |  10 +-
 xt/author/00-compile.t                       |   2 +-
 xt/author/pod-spell.t                        |   8 +-
 xt/release/changes_has_content.t             |   2 +-
 xt/release/no-tabs.t                         |   1 +
 41 files changed, 602 insertions(+), 455 deletions(-)
 delete mode 100644 README.pod
 create mode 100644 t/60_redacted_configs.t

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