[libcode-tidyall-perl] 12/23: Merge tag 'upstream/0.32_dfsg'

Jonas Smedegaard dr at jones.dk
Sat Nov 21 16:43:58 UTC 2015


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 e5552c27bd4edf59fd3c2d571f3176de882ce77d
Merge: bcce828 cca8918
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat Nov 21 16:16:11 2015 +0100

    Merge tag 'upstream/0.32_dfsg'
    
    Upstream version 0.32~dfsg
    
    # gpg: Underskrift lavet lør 21 nov 2015 16:16:08 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                                            |  472 ++++--
 INSTALL                                            |    1 -
 LICENSE                                            |    8 +-
 MANIFEST                                           | 1522 +++++++++++++++++++-
 META.json                                          |  944 +++++++++++-
 META.yml                                           |  752 +++++++++-
 Makefile.PL                                        |   93 +-
 README                                             |  127 --
 README.md                                          |  198 +++
 bin/tidyall                                        |  136 +-
 cpanfile                                           |   79 +
 dist.ini                                           |   58 +
 etc/editors/tidyall.el                             |    5 +-
 inc/MyMakeMaker.pm                                 |   21 +
 inc/Pod/Weaver/Section/SeeAlsoCodeTidyAll.pm       |   42 +
 inc/Util.pm                                        |   36 +
 lib/Code/TidyAll.pm                                |  313 ++--
 lib/Code/TidyAll/Cache.pm                          |    9 +-
 lib/Code/TidyAll/CacheModel.pm                     |  196 +++
 lib/Code/TidyAll/CacheModel/Shared.pm              |   87 ++
 lib/Code/TidyAll/Config/INI/Reader.pm              |    6 +-
 lib/Code/TidyAll/Git/Precommit.pm                  |   75 +-
 lib/Code/TidyAll/Git/Prereceive.pm                 |   82 +-
 lib/Code/TidyAll/Git/Util.pm                       |    6 +-
 lib/Code/TidyAll/Plugin.pm                         |   84 +-
 lib/Code/TidyAll/Plugin/CSSUnminifier.pm           |   33 +-
 lib/Code/TidyAll/Plugin/DiffOnTidyError.pm         |   99 ++
 lib/Code/TidyAll/Plugin/JSBeautify.pm              |   45 +-
 lib/Code/TidyAll/Plugin/JSHint.pm                  |   42 +-
 lib/Code/TidyAll/Plugin/JSLint.pm                  |   37 +-
 lib/Code/TidyAll/Plugin/JSON.pm                    |   46 +-
 lib/Code/TidyAll/Plugin/MasonTidy.pm               |   37 +-
 lib/Code/TidyAll/Plugin/PHPCodeSniffer.pm          |   45 +-
 lib/Code/TidyAll/Plugin/PerlCritic.pm              |   42 +-
 lib/Code/TidyAll/Plugin/PerlTidy.pm                |   42 +-
 lib/Code/TidyAll/Plugin/PerlTidySweet.pm           |  115 ++
 lib/Code/TidyAll/Plugin/PodChecker.pm              |   44 +-
 lib/Code/TidyAll/Plugin/PodSpell.pm                |   34 +-
 lib/Code/TidyAll/Plugin/PodTidy.pm                 |   32 +-
 lib/Code/TidyAll/Plugin/SortLines.pm               |   32 +-
 lib/Code/TidyAll/Result.pm                         |   42 +-
 lib/Code/TidyAll/Role/Tempdir.pm                   |   93 ++
 lib/Code/TidyAll/SVN/Precommit.pm                  |   64 +-
 lib/Code/TidyAll/SVN/Util.pm                       |    8 +-
 lib/Code/TidyAll/Test/Class.pm                     |    9 -
 lib/Code/TidyAll/Util.pm                           |   21 +-
 lib/Code/TidyAll/Util/Zglob.pm                     |   27 +-
 lib/Code/TidyAll/t/Plugin.pm                       |   62 -
 lib/Code/TidyAll/t/Plugin/JSBeautify.pm            |   20 -
 lib/Code/TidyAll/t/Plugin/PHPCodeSniffer.pm        |   29 -
 lib/Pod/Weaver/Section/SeeAlsoCodeTidyAll.pm       |   39 -
 lib/Test/Code/TidyAll.pm                           |   66 +-
 perlcriticrc                                       |    8 +
 perltidyrc                                         |   21 +
 t/00-report-prereqs.dd                             |   89 ++
 t/00-report-prereqs.t                              |  183 +++
 t/Basic.t                                          |    5 +-
 t/Conf.t                                           |    5 +-
 t/Zglob.t                                          |    5 +-
 t/author-Git.t                                     |    5 +-
 t/author-Plugin-CSSUnminifier.t                    |    5 +-
 t/author-Plugin-JSBeautify.t                       |    6 +-
 t/author-Plugin-JSHint.t                           |    5 +-
 t/author-Plugin-JSLint.t                           |    5 +-
 t/author-Plugin-MasonTidy.t                        |    5 +-
 ...Unminifier.t => author-Plugin-PHPCodeSniffer.t} |    5 +-
 t/author-Plugin-PerlCritic.t                       |    5 +-
 t/author-Plugin-PerlTidy.t                         |    5 +-
 t/author-Plugin-PerlTidySweet.t                    |   18 +
 t/author-Plugin-PodChecker.t                       |    5 +-
 t/author-Plugin-PodSpell.t                         |    5 +-
 t/author-Plugin-PodTidy.t                          |    5 +-
 t/author-Plugin-SortLines.t                        |    5 +-
 t/author-Util.t                                    |    5 +-
 t/{author-Plugin-MasonTidy.t => author-mojibake.t} |   12 +-
 t/author-no-tabs.t                                 |  108 ++
 t/author-pod-spell.t                               |  156 ++
 t/author-pod-syntax.t                              |   15 +
 t/author-self-tidyall.t                            |   20 +
 t/author-test-version.t                            |   32 +
 t/author-tidy-and-critic.t                         |    4 +-
 t/lib/Code/TidyAll/Test/Class.pm                   |   20 +
 {lib => t/lib}/Code/TidyAll/Test/Plugin/AToZ.pm    |    2 +-
 t/lib/Code/TidyAll/Test/Plugin/AlwaysPhonetic.pm   |   38 +
 .../lib}/Code/TidyAll/Test/Plugin/CheckUpper.pm    |    2 +-
 .../lib}/Code/TidyAll/Test/Plugin/RepeatFoo.pm     |    4 +-
 .../lib}/Code/TidyAll/Test/Plugin/ReverseFoo.pm    |    4 +-
 .../lib}/Code/TidyAll/Test/Plugin/UpperText.pm     |    2 +-
 .../TidyAll/t => t/lib/Test/Code/TidyAll}/Basic.pm |  335 +++--
 .../TidyAll/t => t/lib/Test/Code/TidyAll}/Conf.pm  |    7 +-
 .../TidyAll/t => t/lib/Test/Code/TidyAll}/Git.pm   |   37 +-
 t/lib/Test/Code/TidyAll/Plugin.pm                  |   92 ++
 .../lib/Test/Code/TidyAll}/Plugin/CSSUnminifier.pm |   12 +-
 t/lib/Test/Code/TidyAll/Plugin/JSBeautify.pm       |   68 +
 .../t => t/lib/Test/Code/TidyAll}/Plugin/JSHint.pm |   21 +-
 .../t => t/lib/Test/Code/TidyAll}/Plugin/JSLint.pm |   17 +-
 .../lib/Test/Code/TidyAll}/Plugin/MasonTidy.pm     |    6 +-
 t/lib/Test/Code/TidyAll/Plugin/PHPCodeSniffer.pm   |   35 +
 .../lib/Test/Code/TidyAll}/Plugin/PerlCritic.pm    |    8 +-
 .../lib/Test/Code/TidyAll}/Plugin/PerlTidy.pm      |   13 +-
 .../lib/Test/Code/TidyAll/Plugin/PerlTidySweet.pm  |   16 +-
 .../lib/Test/Code/TidyAll}/Plugin/PodChecker.pm    |   33 +-
 .../lib/Test/Code/TidyAll}/Plugin/PodSpell.pm      |   10 +-
 .../lib/Test/Code/TidyAll}/Plugin/PodTidy.pm       |   31 +-
 .../lib/Test/Code/TidyAll}/Plugin/SortLines.pm     |    6 +-
 .../TidyAll/t => t/lib/Test/Code/TidyAll}/SVN.pm   |   21 +-
 .../TidyAll/t => t/lib/Test/Code/TidyAll}/Util.pm  |    4 +-
 .../TidyAll/t => t/lib/Test/Code/TidyAll}/Zglob.pm |    4 +-
 t/release-cpan-changes.t                           |   19 +
 tidyall.ini                                        |   39 +
 weaver.ini                                         |   11 +
 xt/tidyall.t                                       |    3 -
 112 files changed, 6907 insertions(+), 1322 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