[libdist-zilla-plugin-run-perl] branch master updated (4ec5108 -> dfbbebd)

gregor herrmann gregoa at debian.org
Sun Sep 7 15:16:41 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  4ec5108   releasing package libdist-zilla-plugin-run-perl version 0.023-1
       new  1e4277e   Add debian/upstream/metadata
       new  214ee94   Update debian/changelog
      adds  58d60b2   Imported Upstream version 0.026
       new  1c28a53   Merge tag 'upstream/0.026'
       new  1ba097a   Update debian/changelog
       new  fa17e22   Add autopkgtest control file.
       new  9d44e8a   Add build dependency on libtest-fatal-perl.
       new  dfbbebd   releasing package libdist-zilla-plugin-run-perl version 0.026-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:
 Build.PL                                     |  24 +--
 CONTRIBUTING                                 |  17 +-
 Changes                                      |  11 ++
 MANIFEST                                     |  16 +-
 META.json                                    | 222 ++++++++++++++++++++-------
 META.yml                                     | 131 ++++++++++------
 Makefile.PL                                  |  18 +--
 README                                       |   4 +-
 debian/changelog                             |   9 ++
 debian/control                               |   1 +
 debian/tests/control                         |   8 +
 debian/upstream/metadata                     |   8 +
 dist.ini                                     |   2 +-
 lib/Dist/Zilla/Plugin/Run.pm                 |  67 +++++---
 lib/Dist/Zilla/Plugin/Run/AfterBuild.pm      |   7 +-
 lib/Dist/Zilla/Plugin/Run/AfterMint.pm       |   7 +-
 lib/Dist/Zilla/Plugin/Run/AfterRelease.pm    |   7 +-
 lib/Dist/Zilla/Plugin/Run/BeforeBuild.pm     |   7 +-
 lib/Dist/Zilla/Plugin/Run/BeforeRelease.pm   |   7 +-
 lib/Dist/Zilla/Plugin/Run/Release.pm         |   7 +-
 lib/Dist/Zilla/Plugin/Run/Role/Runner.pm     |  27 +++-
 lib/Dist/Zilla/Plugin/Run/Test.pm            |   7 +-
 t/00-report-prereqs.dd                       |  63 +++++++-
 t/00-report-prereqs.t                        |  17 +-
 t/10_build_phase.t                           |  44 +++++-
 t/20_formatter.t                             |  39 ++++-
 t/30_all_phases.t                            |  41 +++--
 t/40_test_phase.t                            |  31 +++-
 t/50_mint.t                                  |   7 +-
 t/60_redacted_configs.t                      |   4 +-
 t/70-eval.t                                  |  72 +++++++++
 test_data/all_phases/dist.ini                |  30 ----
 test_data/all_phases/lib/Digest/MD5.js       |   4 -
 test_data/all_phases/script/run.pl           |   7 -
 test_data/build_phase/dist.ini               |  37 -----
 test_data/build_phase/lib/Digest/MD5.js      |   4 -
 test_data/build_phase/script/after_build.pl  |   6 -
 test_data/build_phase/script/before_build.pl |   6 -
 test_data/build_phase/script/no_trial.pl     |   5 -
 test_data/test_phase/dist.ini                |  32 ----
 test_data/test_phase/lib/Digest/MD5.js       |   4 -
 test_data/test_phase/script/test.pl          |   7 -
 xt/author/00-compile.t                       |   4 +-
 xt/{release => author}/clean-namespaces.t    |   4 +-
 xt/{release => author}/no-tabs.t             |   7 +-
 xt/author/pod-spell.t                        |  22 +--
 xt/release/changes_has_content.t             |   2 +-
 xt/release/kwalitee.t                        |   9 +-
 48 files changed, 700 insertions(+), 422 deletions(-)
 create mode 100644 debian/tests/control
 create mode 100644 debian/upstream/metadata
 create mode 100644 t/70-eval.t
 delete mode 100644 test_data/all_phases/dist.ini
 delete mode 100644 test_data/all_phases/lib/Digest/MD5.js
 delete mode 100755 test_data/all_phases/script/run.pl
 delete mode 100644 test_data/build_phase/dist.ini
 delete mode 100644 test_data/build_phase/lib/Digest/MD5.js
 delete mode 100755 test_data/build_phase/script/after_build.pl
 delete mode 100755 test_data/build_phase/script/before_build.pl
 delete mode 100755 test_data/build_phase/script/no_trial.pl
 delete mode 100644 test_data/test_phase/dist.ini
 delete mode 100644 test_data/test_phase/lib/Digest/MD5.js
 delete mode 100755 test_data/test_phase/script/test.pl
 rename xt/{release => author}/clean-namespaces.t (80%)
 rename xt/{release => author}/no-tabs.t (93%)

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