[libcode-tidyall-perl] 01/16: Merge tag 'upstream/0.42_dfsg'

Jonas Smedegaard dr at jones.dk
Sun Dec 25 17:56:39 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 a059e03715e8dce89f5c7f70e2cd1fde1ffe5f0a
Merge: 71eab42 8a1acdf
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat Mar 12 20:41:14 2016 +0100

    Merge tag 'upstream/0.42_dfsg'
    
    Upstream version 0.42~dfsg
    
    # gpg: Underskrift lavet lør 12 mar 2016 20:41:11 CET
    # gpg:                bruger RSA nøgle 0x2C7C3146C1A00121
    # gpg: God underskrift fra »Jonas Smedegaard <dr at jones.dk>«
    # gpg:        også kendt som »Jonas Smedegaard <jonas at homebase.dk>«
    # gpg:        også kendt som »Jonas Smedegaard <js at debian.org>«
    # gpg:        også kendt som »[jpeg image of size 4165]«

 Changes                                         |  78 ++++++++++
 LICENSE                                         |   6 +-
 MANIFEST                                        |   6 +-
 META.json                                       | 188 ++++++++++++------------
 META.yml                                        | 183 ++++++++++++-----------
 Makefile.PL                                     |  14 +-
 README.md                                       |  14 +-
 bin/tidyall                                     |   6 +-
 cpanfile                                        |   6 +-
 dist.ini                                        |   1 +
 lib/Code/TidyAll.pm                             |  45 ++++--
 lib/Code/TidyAll/Cache.pm                       |   2 +-
 lib/Code/TidyAll/CacheModel.pm                  |   6 +-
 lib/Code/TidyAll/CacheModel/Shared.pm           |   6 +-
 lib/Code/TidyAll/Config/INI/Reader.pm           |   2 +-
 lib/Code/TidyAll/Git/Precommit.pm               |   7 +-
 lib/Code/TidyAll/Git/Prereceive.pm              |   6 +-
 lib/Code/TidyAll/Git/Util.pm                    |  49 +++++-
 lib/Code/TidyAll/Plugin.pm                      |  79 ++++++----
 lib/Code/TidyAll/Plugin/CSSUnminifier.pm        |   2 +-
 lib/Code/TidyAll/Plugin/DiffOnTidyError.pm      |  99 -------------
 lib/Code/TidyAll/Plugin/JSBeautify.pm           |   6 +-
 lib/Code/TidyAll/Plugin/JSHint.pm               |   6 +-
 lib/Code/TidyAll/Plugin/JSLint.pm               |   6 +-
 lib/Code/TidyAll/Plugin/JSON.pm                 |   6 +-
 lib/Code/TidyAll/Plugin/MasonTidy.pm            |   6 +-
 lib/Code/TidyAll/Plugin/PHPCodeSniffer.pm       |   6 +-
 lib/Code/TidyAll/Plugin/PerlCritic.pm           |   6 +-
 lib/Code/TidyAll/Plugin/PerlTidy.pm             |   6 +-
 lib/Code/TidyAll/Plugin/PerlTidySweet.pm        |   6 +-
 lib/Code/TidyAll/Plugin/PodChecker.pm           |   6 +-
 lib/Code/TidyAll/Plugin/PodSpell.pm             |   8 +-
 lib/Code/TidyAll/Plugin/PodTidy.pm              |   6 +-
 lib/Code/TidyAll/Plugin/SortLines.pm            |   6 +-
 lib/Code/TidyAll/Result.pm                      |   6 +-
 lib/Code/TidyAll/Role/Tempdir.pm                |   6 +-
 lib/Code/TidyAll/SVN/Precommit.pm               |   8 +-
 lib/Code/TidyAll/SVN/Util.pm                    |   2 +-
 lib/Code/TidyAll/Util.pm                        |  13 +-
 lib/Code/TidyAll/Util/Zglob.pm                  |   4 +-
 lib/Test/Code/TidyAll.pm                        |  59 ++++++--
 t/00-report-prereqs.dd                          |   6 +-
 t/00-report-prereqs.t                           |   2 +-
 t/author-diff-on-tidy-error.t                   |  12 ++
 t/author-no-tabs.t                              |   6 +-
 t/author-pod-spell.t                            |  10 +-
 t/lib/Code/TidyAll/Test/Class.pm                |  50 +++++++
 t/lib/Test/Code/TidyAll/Basic.pm                |  89 +++++------
 t/lib/Test/Code/TidyAll/DiffOnTidyError.pm      |  25 ++++
 t/lib/Test/Code/TidyAll/Plugin/PerlTidy.pm      |  10 +-
 t/lib/Test/Code/TidyAll/Plugin/PerlTidySweet.pm |   8 +-
 t/release-meta-json.t                           |  12 ++
 52 files changed, 708 insertions(+), 505 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