[libdist-zilla-plugin-git-perl] branch master updated (a118160 -> 9f2ce05)

gregor herrmann gregoa at debian.org
Tue Dec 27 22:20:29 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-git-perl.

      from  a118160   releasing package libdist-zilla-plugin-git-perl version 2.039-1
      adds  8e061fa   switch from List::MoreUtils to List::Util
      adds  d67db30   start a list of todo items
      adds  797f036   fix call to Path::Class ->file interface
      adds  8b71daf   convert to my plugin bundle
      adds  f133d95   also document the irc channel
      adds  4ead133   clean remaining namespaces
      adds  9d9922a   Dist-Zilla-Plugin-Git-2.037-TRIAL
      adds  4b9693c   increment $VERSION after 2.037 release
      adds  43a4e3a   provide parse_args() implementation
      adds  32db1ea   move this Makefile.PL content to its own file
      adds  9a65480   commit AUTHOR_PLEDGE to git at release time
      adds  3d926a4   Dist-Zilla-Plugin-Git-2.038-TRIAL
      adds  2f53be6   increment $VERSION after 2.038 release
      adds  0eefb5b   fix my name in Changes
      adds  f563d07   Changes entry for non-trial release
      adds  6cab5f3   Dist-Zilla-Plugin-Git-2.039
      adds  8f9576f   increment $VERSION after 2.039 release
      adds  2873d0d   fix other capitalization of proper names and classes in this file
      adds  fae704d   capitalize all abstracts
      adds  deae65d   avoid relying on . being in @INC
      adds  def5715   remove all uses of Test::Fatal::lives_ok
      adds  ca9b0d8   remove local throws_ok sub
      adds  dafef2d   log "git --version" into metadata
      adds  1bd4677   remove unneeded shebangs
      adds  b923c59   presence of INSTALL means we require 0.097 to not gather it
      adds  5fd409d   Dist-Zilla-Plugin-Git-2.040
      adds  884d87d   increment $VERSION after 2.040 release
      adds  789d3f3   doh, commands are invoked as methods on the Git::Wrapper object
      adds  df4b9fb   Dist-Zilla-Plugin-Git-2.041
      adds  dae98aa   New upstream version 2.041
       new  0e4ac0e   Merge tag 'upstream/2.041'
       new  9d231c0   Update debian/changelog
       new  9f2ce05   releasing package libdist-zilla-plugin-git-perl version 2.041-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:
 CONTRIBUTING                               |   4 +-
 Changes                                    | 148 +++++++-------
 INSTALL                                    |  14 +-
 MANIFEST                                   |   4 +-
 META.json                                  | 317 +++++++++++++++--------------
 META.yml                                   | 271 ++++++++++++------------
 Makefile.PL                                |  12 +-
 README                                     |   6 +-
 debian/changelog                           |   6 +
 dist.ini                                   |   2 +-
 lib/Dist/Zilla/Plugin/Git.pm               |  16 +-
 lib/Dist/Zilla/Plugin/Git/Check.pm         |   8 +-
 lib/Dist/Zilla/Plugin/Git/Commit.pm        |   8 +-
 lib/Dist/Zilla/Plugin/Git/CommitBuild.pm   |   8 +-
 lib/Dist/Zilla/Plugin/Git/GatherDir.pm     |   8 +-
 lib/Dist/Zilla/Plugin/Git/Init.pm          |   8 +-
 lib/Dist/Zilla/Plugin/Git/NextVersion.pm   |   8 +-
 lib/Dist/Zilla/Plugin/Git/Push.pm          |   8 +-
 lib/Dist/Zilla/Plugin/Git/Tag.pm           |   8 +-
 lib/Dist/Zilla/PluginBundle/Git.pm         |   8 +-
 lib/Dist/Zilla/Role/Git/DirtyFiles.pm      |   8 +-
 lib/Dist/Zilla/Role/Git/Repo.pm            |   5 +-
 lib/Dist/Zilla/Role/Git/StringFormatter.pm |   4 +-
 t/00-report-prereqs.dd                     |  25 +--
 t/00-report-prereqs.t                      |  18 +-
 t/000-report-git-version.t                 |  11 -
 t/Util.pm                                  |  22 +-
 t/check.t                                  | 176 +++++++++++-----
 t/commit-build-custom.t                    |  13 +-
 t/commit-build-src-as-parent.t             |  13 +-
 t/commit-build.t                           |  13 +-
 t/commit-dirtydir.t                        |  13 +-
 t/commit-message.t                         |  10 -
 t/commit-utf8.t                            |  13 +-
 t/commit-ws.t                              |  13 +-
 t/commit.t                                 |  13 +-
 t/gatherdir-multi.t                        |  12 +-
 t/gatherdir.t                              |  13 +-
 t/push-gitconfig.t                         |  13 +-
 t/push-multi.t                             |  13 +-
 t/push.t                                   |  13 +-
 t/repo-dir.t                               |  13 +-
 t/tag-signed.t                             |  13 +-
 t/tag.t                                    |  13 +-
 t/version-by-branch.t                      |  18 +-
 t/version-default.t                        |   3 +-
 t/version-extraction.t                     |  10 -
 t/version-regexp.t                         |   3 +-
 t/zzz-check-breaks.t                       |   2 +-
 xt/author/00-compile.t                     |  12 +-
 xt/author/eol.t                            |   6 +-
 xt/author/portability.t                    |  10 +
 xt/release/changes_has_content.t           |   2 +-
 xt/release/cpan-changes.t                  |  17 +-
 xt/release/portability.t                   |  20 --
 55 files changed, 689 insertions(+), 759 deletions(-)
 create mode 100644 xt/author/portability.t
 delete mode 100644 xt/release/portability.t

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



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