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 7668c3e1cd9a678ef60f2142c719118f4d144c34 Merge: e55f4c8 52645be Author: Jonas Smedegaard <[email protected]> Date: Sun Sep 24 14:57:30 2017 +0200 Updated version 0.67 from 'upstream/0.67' with Debian dir daf928d812b3be46633cc0fb0bbfd7bf8655ac0d .gitignore | 1 - CONTRIBUTING.md | 6 +- Changes | 97 +- LICENSE | 6 +- MANIFEST | 1509 +------------------- META.json | 328 +++-- META.yml | 308 ++-- Makefile.PL | 36 +- README.md | 110 +- appveyor.yml | 26 + bin/tidyall | 46 +- cpanfile | 13 +- dist.ini | 7 +- inc/MyMakeMaker.pm | 21 - inc/Util.pm | 40 - lib/Code/TidyAll.pm | 712 +++++---- lib/Code/TidyAll/Cache.pm | 82 +- lib/Code/TidyAll/CacheModel.pm | 192 ++- lib/Code/TidyAll/CacheModel/Shared.pm | 18 +- lib/Code/TidyAll/Config/INI/Reader.pm | 61 +- lib/Code/TidyAll/Git/Precommit.pm | 134 +- lib/Code/TidyAll/Git/Prereceive.pm | 132 +- lib/Code/TidyAll/Git/Util.pm | 62 +- lib/Code/TidyAll/Plugin.pm | 205 +-- lib/Code/TidyAll/Plugin/CSSUnminifier.pm | 23 +- lib/Code/TidyAll/Plugin/JSBeautify.pm | 56 +- lib/Code/TidyAll/Plugin/JSHint.pm | 66 +- lib/Code/TidyAll/Plugin/JSLint.pm | 44 +- lib/Code/TidyAll/Plugin/JSON.pm | 31 +- lib/Code/TidyAll/Plugin/MasonTidy.pm | 30 +- lib/Code/TidyAll/Plugin/PHPCodeSniffer.pm | 44 +- lib/Code/TidyAll/Plugin/PerlCritic.pm | 41 +- lib/Code/TidyAll/Plugin/PerlTidy.pm | 33 +- lib/Code/TidyAll/Plugin/PerlTidySweet.pm | 26 +- lib/Code/TidyAll/Plugin/PodChecker.pm | 36 +- lib/Code/TidyAll/Plugin/PodSpell.pm | 62 +- lib/Code/TidyAll/Plugin/PodTidy.pm | 32 +- lib/Code/TidyAll/Plugin/SortLines.pm | 18 +- lib/Code/TidyAll/Result.pm | 86 +- lib/Code/TidyAll/Role/HasIgnore.pm | 109 ++ lib/Code/TidyAll/Role/RunsCommand.pm | 154 ++ lib/Code/TidyAll/Role/Tempdir.pm | 36 +- lib/Code/TidyAll/SVN/Precommit.pm | 86 +- lib/Code/TidyAll/SVN/Util.pm | 58 +- lib/Code/TidyAll/Util.pm | 115 +- lib/Code/TidyAll/Util/Zglob.pm | 62 +- lib/Test/Code/TidyAll.pm | 20 +- t/00-report-prereqs.dd | 13 +- t/00-report-prereqs.t | 18 +- t/Basic.t | 4 +- t/Conf.t | 4 +- t/Plugin-SortLines.t | 4 +- t/Zglob.t | 4 +- t/inc1/Foo.pm | 22 + t/inc2/Bar.pm | 9 + t/lib/Test/Code/TidyAll/Git.pm | 186 --- t/lib/Test/Code/TidyAll/Plugin/CSSUnminifier.pm | 26 - t/lib/Test/Code/TidyAll/Plugin/MasonTidy.pm | 33 - t/lib/Test/Code/TidyAll/Util.pm | 19 - t/lib/{Test => TestFor}/Code/TidyAll/Basic.pm | 378 +++-- t/lib/{Test => TestFor}/Code/TidyAll/Conf.pm | 31 +- .../Code/TidyAll/DiffOnTidyError.pm | 6 +- t/lib/TestFor/Code/TidyAll/Git.pm | 365 +++++ t/lib/{Test => TestFor}/Code/TidyAll/Parallel.pm | 11 +- t/lib/{Test => TestFor}/Code/TidyAll/Plugin.pm | 31 +- t/lib/TestFor/Code/TidyAll/Plugin/CSSUnminifier.pm | 27 + .../Code/TidyAll/Plugin/JSBeautify.pm | 29 +- .../Code/TidyAll/Plugin/JSHint.pm | 11 +- .../Code/TidyAll/Plugin/JSLint.pm | 13 +- t/lib/TestFor/Code/TidyAll/Plugin/MasonTidy.pm | 31 + .../Code/TidyAll/Plugin/PHPCodeSniffer.pm | 13 +- .../Code/TidyAll/Plugin/PerlCritic.pm | 24 +- .../Code/TidyAll/Plugin/PerlTidy.pm | 21 +- .../Code/TidyAll/Plugin/PerlTidySweet.pm | 4 +- .../Code/TidyAll/Plugin/PodChecker.pm | 4 +- .../Code/TidyAll/Plugin/PodSpell.pm | 9 +- .../Code/TidyAll/Plugin/PodTidy.pm | 4 +- .../Code/TidyAll/Plugin/SortLines.pm | 4 +- t/lib/{Test => TestFor}/Code/TidyAll/SVN.pm | 48 +- t/lib/TestFor/Code/TidyAll/SpacesInPaths.pm | 155 ++ t/lib/TestFor/Code/TidyAll/Util.pm | 18 + t/lib/{Test => TestFor}/Code/TidyAll/Zglob.pm | 10 +- .../TidyAll/Test => TestHelper}/Plugin/AToZ.pm | 2 +- .../Test => TestHelper}/Plugin/AlwaysPhonetic.pm | 2 +- .../Test => TestHelper}/Plugin/CheckUpper.pm | 2 +- .../Test => TestHelper}/Plugin/RepeatFoo.pm | 2 +- .../Test => TestHelper}/Plugin/ReverseFoo.pm | 2 +- .../Test => TestHelper}/Plugin/UpperText.pm | 4 +- t/lib/{Code/TidyAll => TestHelper}/Test/Class.pm | 9 +- xt/author/Git.t | 4 +- xt/author/Plugin-CSSUnminifier.t | 4 +- xt/author/Plugin-JSBeautify.t | 4 +- 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 +- xt/author/Plugin-PerlTidySweet.t | 4 +- 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/no-tabs.t | 63 +- xt/author/parallel.t | 4 +- xt/author/pod-spell.t | 8 +- xt/author/spaces-in-paths.t | 4 + xt/author/tidy-and-critic.t | 5 +- 109 files changed, 3783 insertions(+), 3393 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcode-tidyall-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
