[libdist-zilla-plugin-git-perl] 01/06: Merge tag 'upstream/2.036'

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Aug 21 15:34:54 UTC 2015


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

kanashiro-guest pushed a commit to branch master
in repository libdist-zilla-plugin-git-perl.

commit 4c961749a2f040f001e172e86890144f7b795391
Merge: 9cf816e c94f07f
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Fri Aug 21 12:06:54 2015 -0300

    Merge tag 'upstream/2.036'
    
    Upstream version 2.036
    
    # gpg: Signature made Fri 21 Aug 2015 12:06:47 PM BRT using RSA key ID 9883C97C
    # gpg: Good signature from "Lucas Kanashiro <kanashiro.duarte at gmail.com>"

 Build.PL                                   |   8 +-
 Changes                                    |  54 ++++++++-
 MANIFEST                                   |   4 +-
 META.json                                  | 146 +++++++++++++-----------
 META.yml                                   | 133 ++++++++++++----------
 README                                     |   4 +-
 corpus/tag-signed/dist.ini                 |   2 +
 corpus/tag/Changes                         |   3 +
 corpus/tag/dist.ini                        |   2 +
 dist.ini                                   |   6 +
 lib/Dist/Zilla/Plugin/Git.pm               |  72 ++++++++----
 lib/Dist/Zilla/Plugin/Git/Check.pm         |  28 +++--
 lib/Dist/Zilla/Plugin/Git/Commit.pm        | 104 ++---------------
 lib/Dist/Zilla/Plugin/Git/CommitBuild.pm   |  23 ++--
 lib/Dist/Zilla/Plugin/Git/GatherDir.pm     |  89 +++++++++------
 lib/Dist/Zilla/Plugin/Git/Init.pm          |  17 ++-
 lib/Dist/Zilla/Plugin/Git/NextVersion.pm   |  30 ++---
 lib/Dist/Zilla/Plugin/Git/Push.pm          |  33 ++++--
 lib/Dist/Zilla/Plugin/Git/Tag.pm           |  91 +++++----------
 lib/Dist/Zilla/PluginBundle/Git.pm         |  39 ++++++-
 lib/Dist/Zilla/Role/Git/DirtyFiles.pm      |  15 +--
 lib/Dist/Zilla/Role/Git/Repo.pm            |  40 ++++++-
 lib/Dist/Zilla/Role/Git/StringFormatter.pm | 177 +++++++++++++++++++++++++++++
 t/00-compile.t                             |   5 +-
 t/000-report-versions-tiny.t               |   5 +-
 t/Util.pm                                  |  81 +++++++++++--
 t/check.t                                  |  18 +--
 t/commit-build-custom.t                    |  47 ++++----
 t/commit-build-src-as-parent.t             |  32 ++----
 t/commit-build.t                           |  32 ++----
 t/commit-dirtydir.t                        |  49 ++++----
 t/commit-utf8.t                            |  35 +++---
 t/commit-ws.t                              |  42 ++++---
 t/commit.t                                 |  39 +++----
 t/gatherdir-multi.t                        | 103 +++++++++++++++++
 t/gatherdir.t                              |  34 +-----
 t/lib/Dist/Zilla/Plugin/MyTestArchiver.pm  |   1 -
 t/push.t                                   |   1 +
 t/release-pod-coverage.t                   |  11 +-
 t/release-pod-syntax.t                     |   4 +-
 t/repo-dir.t                               |  16 ++-
 t/tag-signed.t                             |  68 ++++++-----
 t/tag.t                                    |  62 +++++-----
 43 files changed, 1076 insertions(+), 729 deletions(-)

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