[libdist-zilla-plugin-run-perl] branch master updated (dabb122 -> c74adfe)

gregor herrmann gregoa at debian.org
Mon Feb 15 19:14:24 UTC 2016


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  dabb122   update changelog
      adds  93a252e   increment $VERSION after 0.042 release
      adds  ea96d33   fix vim modeline
      adds  d9184f9   fix Test::More prereq for done_testing
      adds  8e5a96d   spell out "dist" in documentation
      adds  67c28c4   add a bit more pod markup
      adds  baef3e2   new plugin: [Run::BeforeArchive]
      adds  42fb049   remove most mentions of confusing and deprecated %s formatting option
      adds  527866f   Dist-Zilla-Plugin-Run-0.043
      adds  0a3f001   Imported Upstream version 0.043
       new  184dc10   Merge tag 'upstream/0.043'
       new  679f4ff   Update debian/changelog
       new  5460c10   Update years of packaging copyright.
       new  729c8cf   Add (build) dependency on JSON::PP 2.27300.
       new  c74adfe   releasing package libdist-zilla-plugin-run-perl version 0.043-1

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                                   |  37 ++--
 CONTRIBUTING                               |  12 +-
 Changes                                    |   3 +
 LICENSE => LICENCE                         |   0
 MANIFEST                                   |   7 +-
 META.json                                  | 328 +++++++++++++++++------------
 META.yml                                   | 268 +++++++++++++----------
 Makefile.PL                                |  21 +-
 README                                     |   4 +-
 debian/changelog                           |   9 +-
 debian/control                             |   8 +-
 debian/copyright                           |   2 +-
 lib/Dist/Zilla/Plugin/Run.pm               |  52 +++--
 lib/Dist/Zilla/Plugin/Run/AfterBuild.pm    |  33 ++-
 lib/Dist/Zilla/Plugin/Run/AfterMint.pm     |  25 ++-
 lib/Dist/Zilla/Plugin/Run/AfterRelease.pm  |  29 ++-
 lib/Dist/Zilla/Plugin/Run/BeforeArchive.pm |  92 ++++++++
 lib/Dist/Zilla/Plugin/Run/BeforeBuild.pm   |  29 ++-
 lib/Dist/Zilla/Plugin/Run/BeforeRelease.pm |  25 ++-
 lib/Dist/Zilla/Plugin/Run/Clean.pm         |  23 +-
 lib/Dist/Zilla/Plugin/Run/Release.pm       |  25 ++-
 lib/Dist/Zilla/Plugin/Run/Role/Runner.pm   |   9 +-
 lib/Dist/Zilla/Plugin/Run/Test.pm          |  17 +-
 t/00-report-prereqs.dd                     |  28 ++-
 t/20_formatter.t                           |  13 ++
 t/30_all_phases.t                          |   2 +
 t/60_redacted_configs.t                    |   2 +-
 t/70-eval.t                                |  18 +-
 t/93-eval-scopes.t                         |   2 +-
 t/zzz-check-breaks.t                       |   6 +-
 xt/author/00-compile.t                     |   7 +-
 xt/author/eol.t                            |   3 +-
 xt/author/kwalitee.t                       |   2 +-
 xt/author/no-tabs.t                        |   3 +-
 xt/author/pod-spell.t                      |   4 +-
 xt/{release => author}/pod-syntax.t        |   1 +
 xt/release/changes_has_content.t           |   2 +-
 37 files changed, 762 insertions(+), 389 deletions(-)
 rename LICENSE => LICENCE (100%)
 create mode 100644 lib/Dist/Zilla/Plugin/Run/BeforeArchive.pm
 rename xt/{release => author}/pod-syntax.t (84%)

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