[libcode-tidyall-perl] 01/03: Merge tag 'upstream/0.55_dfsg'

Jonas Smedegaard dr at jones.dk
Mon Dec 26 12:54:52 UTC 2016


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

js pushed a commit to branch master
in repository libcode-tidyall-perl.

commit dbd34e13fa91799a6236021362df4b50d7c9c224
Merge: 6e355c2 e4e7fbc
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun Dec 25 19:00:07 2016 +0100

    Merge tag 'upstream/0.55_dfsg'
    
    Upstream version 0.55~dfsg
    
    # gpg: Signature made Sun Dec 25 19:00:01 2016 CET
    # gpg:                using RSA key 2C7C3146C1A00121
    # gpg: Good signature from "Jonas Smedegaard <dr at jones.dk>"
    # gpg:                 aka "Jonas Smedegaard <jonas at homebase.dk>"
    # gpg:                 aka "Jonas Smedegaard <js at debian.org>"
    # gpg:                 aka "[jpeg image of size 4165]"

 CONTRIBUTING.md                                    | 131 ++++
 Changes                                            | 108 +++
 INSTALL                                            |  14 +-
 MANIFEST                                           |  57 +-
 META.json                                          | 727 +++++++++++++--------
 META.yml                                           | 601 ++++++++++-------
 Makefile.PL                                        |  33 +-
 README.md                                          | 275 ++++----
 bin/tidyall                                        |  37 +-
 cpanfile                                           |  29 +-
 dist.ini                                           |   6 +
 inc/Pod/Weaver/Section/SeeAlsoCodeTidyAll.pm       |  42 --
 inc/Util.pm                                        |   4 +
 lib/Code/TidyAll.pm                                | 380 ++++++++---
 lib/Code/TidyAll/Cache.pm                          |  26 +-
 lib/Code/TidyAll/CacheModel.pm                     |  21 +-
 lib/Code/TidyAll/CacheModel/Shared.pm              |  17 +-
 lib/Code/TidyAll/Config/INI/Reader.pm              |  21 +-
 lib/Code/TidyAll/Git/Precommit.pm                  |  34 +-
 lib/Code/TidyAll/Git/Prereceive.pm                 |  68 +-
 lib/Code/TidyAll/Git/Util.pm                       |  78 ++-
 lib/Code/TidyAll/Plugin.pm                         |  71 +-
 lib/Code/TidyAll/Plugin/CSSUnminifier.pm           |   7 +-
 lib/Code/TidyAll/Plugin/JSBeautify.pm              |  28 +-
 lib/Code/TidyAll/Plugin/JSHint.pm                  |  56 +-
 lib/Code/TidyAll/Plugin/JSLint.pm                  |  18 +-
 lib/Code/TidyAll/Plugin/JSON.pm                    |  14 +-
 lib/Code/TidyAll/Plugin/MasonTidy.pm               |  20 +-
 lib/Code/TidyAll/Plugin/PHPCodeSniffer.pm          |  18 +-
 lib/Code/TidyAll/Plugin/PerlCritic.pm              |  18 +-
 lib/Code/TidyAll/Plugin/PerlTidy.pm                |  18 +-
 lib/Code/TidyAll/Plugin/PerlTidySweet.pm           |  18 +-
 lib/Code/TidyAll/Plugin/PodChecker.pm              |  20 +-
 lib/Code/TidyAll/Plugin/PodSpell.pm                |  24 +-
 lib/Code/TidyAll/Plugin/PodTidy.pm                 |  20 +-
 lib/Code/TidyAll/Plugin/SortLines.pm               |  17 +-
 lib/Code/TidyAll/Result.pm                         |  16 +-
 lib/Code/TidyAll/Role/Tempdir.pm                   |  30 +-
 lib/Code/TidyAll/SVN/Precommit.pm                  |  53 +-
 lib/Code/TidyAll/SVN/Util.pm                       |  10 +-
 lib/Code/TidyAll/Util.pm                           |  47 +-
 lib/Code/TidyAll/Util/Zglob.pm                     |  14 +-
 lib/Test/Code/TidyAll.pm                           |  23 +-
 t/00-report-prereqs.dd                             |  31 +-
 t/00-report-prereqs.t                              |  10 +-
 t/Plugin-SortLines.t                               |   4 +
 t/author-Git.t                                     |  12 -
 t/author-Plugin-CSSUnminifier.t                    |  12 -
 t/author-Plugin-JSBeautify.t                       |  13 -
 t/author-Plugin-JSHint.t                           |  12 -
 t/author-Plugin-JSLint.t                           |  12 -
 t/author-Plugin-MasonTidy.t                        |  12 -
 t/author-Plugin-PHPCodeSniffer.t                   |  12 -
 t/author-Plugin-PerlCritic.t                       |  12 -
 t/author-Plugin-PerlTidy.t                         |  12 -
 t/author-Plugin-PodChecker.t                       |  12 -
 t/author-Plugin-PodSpell.t                         |  12 -
 t/author-Plugin-PodTidy.t                          |  12 -
 t/author-Plugin-SortLines.t                        |  12 -
 t/author-Util.t                                    |  12 -
 t/author-diff-on-tidy-error.t                      |  12 -
 t/author-mojibake.t                                |  17 -
 t/lib/Code/TidyAll/Test/Class.pm                   |  22 +-
 t/lib/Code/TidyAll/Test/Plugin/RepeatFoo.pm        |   1 -
 t/lib/Code/TidyAll/Test/Plugin/ReverseFoo.pm       |   4 +-
 t/lib/Test/Code/TidyAll/Basic.pm                   | 160 +++--
 t/lib/Test/Code/TidyAll/Conf.pm                    | 126 ++--
 t/lib/Test/Code/TidyAll/Git.pm                     |  64 +-
 t/lib/Test/Code/TidyAll/Parallel.pm                |  34 +
 t/lib/Test/Code/TidyAll/Plugin.pm                  |   9 +-
 t/lib/Test/Code/TidyAll/Plugin/JSBeautify.pm       |   5 +-
 t/lib/Test/Code/TidyAll/Plugin/JSHint.pm           |   5 +-
 t/lib/Test/Code/TidyAll/Plugin/PerlCritic.pm       |   9 +-
 t/lib/Test/Code/TidyAll/Plugin/PodSpell.pm         |   7 +-
 t/lib/Test/Code/TidyAll/SVN.pm                     |  70 +-
 t/lib/Test/Code/TidyAll/Util.pm                    |  16 +-
 t/release-cpan-changes.t                           |  19 -
 t/release-meta-json.t                              |  12 -
 weaver.ini                                         |  11 -
 xt/author/Git.t                                    |   4 +
 xt/author/Plugin-CSSUnminifier.t                   |   4 +
 xt/author/Plugin-JSBeautify.t                      |   5 +
 xt/author/Plugin-JSHint.t                          |   4 +
 xt/author/Plugin-JSLint.t                          |   4 +
 xt/author/Plugin-MasonTidy.t                       |   4 +
 xt/author/Plugin-PHPCodeSniffer.t                  |   4 +
 xt/author/Plugin-PerlCritic.t                      |   4 +
 xt/author/Plugin-PerlTidy.t                        |   4 +
 .../author/Plugin-PerlTidySweet.t                  |   8 -
 xt/author/Plugin-PodChecker.t                      |   4 +
 xt/author/Plugin-PodSpell.t                        |   4 +
 xt/author/Plugin-PodTidy.t                         |   4 +
 xt/author/Util.t                                   |   4 +
 xt/author/diff-on-tidy-error.t                     |   4 +
 xt/author/mojibake.t                               |   9 +
 t/author-no-tabs.t => xt/author/no-tabs.t          |  37 +-
 xt/author/parallel.t                               |   4 +
 t/author-pod-spell.t => xt/author/pod-spell.t      | 181 ++---
 t/author-pod-syntax.t => xt/author/pod-syntax.t    |   8 -
 .../author/self-tidyall.t                          |   8 -
 .../author/test-version.t                          |  11 +-
 .../author/tidy-and-critic.t                       |  36 +-
 xt/release/cpan-changes.t                          |  10 +
 xt/release/meta-json.t                             |   4 +
 104 files changed, 2708 insertions(+), 1751 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcode-tidyall-perl.git



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