[libcode-tidyall-perl] branch master updated (9ff10c7 -> 3b58591)

Jonas Smedegaard dr at jones.dk
Thu Oct 5 16:06:22 UTC 2017


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

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

      from  9ff10c7   Prepare for release: Update changelog.
       new  e55f4c8   Stop repackage upstream tarball: No non-DFSG files or convenience code copies shipped upstream any longer.
      adds  7314cdd   Bump version after release
      adds  39e85e9   Don't try to install ispell-dictionary package on Travis
      adds  cf09c22   Fix broken POD
      adds  7028136   Rename test classes from Test::Code::Tidyall::* to TestFor::Code::Tidyall::*
      adds  b0e1d67   Rename Code::Tidyall::Test::Plugin::* to TestHelper::Plugin::*
      adds  88a77f8   Rename Code::Tidyall::Test::Class to TestHelper::Test::Class
      adds  bdddaf9   Add appveyor.yml file
      adds  c164e42   Replace Capture::Tiny with IPC::Run3 when test CLI pipe flag
      adds  7dfe18a   Skip Basic->test_filemode on Win32 entirely
      adds  e8f67bf   Add a global ignore feature
      adds  9aacb59   Simplify appveyor.yml
      adds  e9ba3a0   Add $VERSION to all modules
      adds  9fc0bda   Add zglob to spelling whitelist
      adds  f1b9280   s/Tidyall/TidyAll/ in a few spots
      adds  bd3bfa9   v0.56
      adds  010b481   Bump version after release
      adds  30a211a   Do not call _subify on a Specio object
      adds  7c7c7f3   v0.57
      adds  3e34afe   Bump version after release
      adds  c7c6ce7   Do not assume that current dir is in @INC
      adds  556aabe   Add Changes for . in @INC fix
      adds  b738afb   Don't ship node_modules or php5 dir with tarball
      adds  f959035   v0.58
      adds  84b33ea   Bump version after release
      adds  807ae80   Work around Perl::Tidy bug when Getopt::Long::Configure is called before we call perltidy()
      adds  6c4202e   Don't pass class arg to plugin constructor (it was never used)
      adds  49e296c   Fix grammar in comment
      adds  b1ad8a7   Always show list of plugins with a comma
      adds  288e221   Fix up quoting to use single quotes, q{}, and qq{} as appropriate
      adds  55df250   v0.59
      adds  c0f57e8   Bump version after release
      adds  e1fbda5   Restructure git tests quite a bit
      adds  741f392   Add tests for pre-commit hook stash bug
      adds  cccb5d4   Fix a bug with popping the git stash
      adds  d41de72   v0.60
      adds  0b5a74f   Bump version after release
      adds  ca860a4   Fix Git pre-commit hook bug with popping the stash when it shouldn't
      adds  328383f   v0.61
      adds  d8d128d   Bump version after release
      adds  a070a8d   Fix typo in comment
      adds  62ab0ba   Remove all subs from C::TA::Util except tempdir_simple
      adds  3eaf643   Simplify use of tempdir_simple
      adds  4732841   Add support for inc option in config file
      adds  103257d   Fix incorrect commit in Git::Precommit
      adds  8d71cfb   Tweak Changes entry for inc change
      adds  bfa7d92   v0.62
      adds  e2398df   Bump version after release
      adds  2f4c462   Clarify translation of config to plugin constructor args
      adds  a57361c   Tidy docs for inc option
      adds  246ac0a   Use double quotes for strings with newlines in CSSUnminifier tests
      adds  95b857d   Use double quotes for strings with newlines in MasonTidy test
      adds  6d97b89   Simplify MasonTidy test code
      adds  25c6ed0   Allow _extra_path to return a list for plugint tests
      adds  9d327f8   Allow plugin tests to pass plugin_config to ->tidyall
      adds  f332c42   Make sure all plugins handle spaces in file paths
      adds  3c5bbfc   v0.63
      adds  944d9c7   Bump version after release
      adds  c76a844   Make plugins_for_path a proper attribute
      adds  4edfa57   Refactor find_matched_files a bit
      adds  2333e6b   Reorder code to match call order
      adds  b682a47   On Win32 get the long path name for temp dirs
      adds  cb9cb8d   Simplify Util test
      adds  b8d07f9   Quote rc file path in Perl Critic tests
      adds  de259e4   Skip parallel tests on Windows
      adds  2b0d175   Clean up skip for Windows in Basic test
      adds  73c2934   Run perlcritic.bat on Windows in PerlCritic plugin
      adds  cd329c1   Don't try to run PodSpell plugin on Windows
      adds  cfb940c   Skip PodSpell test on Windows
      adds  acecf9c   Get git tests to pass on Windows
      adds  19dbcf3   Quote rc file in plugin argv that could have spaces in path
      adds  7ff15d6   Make _find_conf_file_upward more cross-platform
      adds  7c41bb4   Update appveyor.yml to install node & php and run all tests inc. xt
      adds  74de3a2   Changes for Windows fixes
      adds  f9cb876   Add comment on why we use GetLongPathName in tempdir_simple
      adds  88e2690   Skip Win32 in the prereqs
      adds  e64be1b   v0.64
      adds  a79163c   Bump version after release
      adds  c35b660   Handle git copied status like renamed
      adds  95b6794   v0.65
      adds  cc48077   Bump version after release
      adds  c809a6a   Clean up attribute definition
      adds  d2adb57   Fix _recurse_dump for arrays
      adds  9750d1a   Allow passing --plugins to tidyall to specify selected plugins
      adds  b33dd59   Update Travis to include 5.26
      adds  6a6e4f2   Improve error reporting in JSBeautify plugin
      adds  6229bf5   Include output from command when js-beautify fails
      adds  c269994   Move running external commands to a role for all plugins
      adds  08f46be   Update all node_modules
      adds  e0511eb   The jslint CLI command no longer complains about bad options
      adds  d6b8617   Give up on running js-beautify under Travis
      adds  058a2dd   Update POD to use =head2 instead of =item and other POD changes
      adds  639c7d5   v0.66
      adds  57703a6   Bump version after release
      adds  00e4e85   Move cmd attr back to C::T::Plugin
      adds  c650abb   v0.67
      adds  52645be   New upstream version 0.67
       new  7668c3e   Updated version 0.67 from 'upstream/0.67'
       new  c74339a   Update watch file: Use substitution strings.
       new  f6cc7d1   Modernize cdbs: Do copyright-check in maintainer script (not during build).
       new  6431332   Modernize Vcs-* fields: Consistently use git (not cgit) in path. Consistently include .git suffix in path.
       new  4005557   Declare compliance with Debian Policy 4.1.0.
       new  6575628   Update copyright info: Use https protocol in file format URL.
       new  df3244d   Update copyright info: Extend coverage for myself.
       new  0c50057   Tighten lintian overrides regarding License-Reference.
       new  4612d8c   Update copyright info: Extend coverage for main upstream author.
       new  b0dc955   Update control file and copyright hints.
       new  3efa5b3   Update package relations: (Build-)depend on libscope-guard-perl (not libguard-perl).
       new  c9d346f   Update package relations: Tighten to (build-)depend versioned on libspecio-perl.
       new  f5a315c   Update package relations: (Build-)depend on libfile-pushd-perl (not libfile-slurp-tiny-perl).
       new  88bdabf   Update package relations: Build-depend on libtest-fatal-perl.
       new  92f9089   Build-depend on libcode-tidyall-plugin-sortlines-naturally-perl.
       new  df339a8   Declare compliance with Debian Policy 4.1.1.
       new  3b58591   Prepare for release: Update changelog, and control file.

The 18 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .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 +-
 debian/changelog                                   |   31 +
 debian/control                                     |   17 +-
 debian/control.in                                  |    6 +-
 debian/copyright                                   |   10 +-
 debian/copyright-check                             |   24 +
 debian/copyright_hints                             |  104 +-
 debian/rules                                       |   13 +-
 debian/source/lintian-overrides                    |   12 +-
 debian/watch                                       |    4 +-
 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 +-
 118 files changed, 3931 insertions(+), 3466 deletions(-)
 delete mode 100644 .gitignore
 create mode 100644 appveyor.yml
 create mode 100755 debian/copyright-check
 delete mode 100644 inc/MyMakeMaker.pm
 delete mode 100644 inc/Util.pm
 create mode 100644 lib/Code/TidyAll/Role/HasIgnore.pm
 create mode 100644 lib/Code/TidyAll/Role/RunsCommand.pm
 create mode 100644 t/inc1/Foo.pm
 create mode 100644 t/inc2/Bar.pm
 delete mode 100644 t/lib/Test/Code/TidyAll/Git.pm
 delete mode 100644 t/lib/Test/Code/TidyAll/Plugin/CSSUnminifier.pm
 delete mode 100644 t/lib/Test/Code/TidyAll/Plugin/MasonTidy.pm
 delete mode 100644 t/lib/Test/Code/TidyAll/Util.pm
 rename t/lib/{Test => TestFor}/Code/TidyAll/Basic.pm (59%)
 rename t/lib/{Test => TestFor}/Code/TidyAll/Conf.pm (77%)
 rename t/lib/{Test => TestFor}/Code/TidyAll/DiffOnTidyError.pm (75%)
 create mode 100644 t/lib/TestFor/Code/TidyAll/Git.pm
 rename t/lib/{Test => TestFor}/Code/TidyAll/Parallel.pm (69%)
 rename t/lib/{Test => TestFor}/Code/TidyAll/Plugin.pm (79%)
 create mode 100644 t/lib/TestFor/Code/TidyAll/Plugin/CSSUnminifier.pm
 rename t/lib/{Test => TestFor}/Code/TidyAll/Plugin/JSBeautify.pm (62%)
 rename t/lib/{Test => TestFor}/Code/TidyAll/Plugin/JSHint.pm (84%)
 rename t/lib/{Test => TestFor}/Code/TidyAll/Plugin/JSLint.pm (64%)
 create mode 100644 t/lib/TestFor/Code/TidyAll/Plugin/MasonTidy.pm
 rename t/lib/{Test => TestFor}/Code/TidyAll/Plugin/PHPCodeSniffer.pm (55%)
 rename t/lib/{Test => TestFor}/Code/TidyAll/Plugin/PerlCritic.pm (50%)
 rename t/lib/{Test => TestFor}/Code/TidyAll/Plugin/PerlTidy.pm (59%)
 rename t/lib/{Test => TestFor}/Code/TidyAll/Plugin/PerlTidySweet.pm (89%)
 rename t/lib/{Test => TestFor}/Code/TidyAll/Plugin/PodChecker.pm (91%)
 rename t/lib/{Test => TestFor}/Code/TidyAll/Plugin/PodSpell.pm (83%)
 rename t/lib/{Test => TestFor}/Code/TidyAll/Plugin/PodTidy.pm (95%)
 rename t/lib/{Test => TestFor}/Code/TidyAll/Plugin/SortLines.pm (62%)
 rename t/lib/{Test => TestFor}/Code/TidyAll/SVN.pm (67%)
 create mode 100644 t/lib/TestFor/Code/TidyAll/SpacesInPaths.pm
 create mode 100644 t/lib/TestFor/Code/TidyAll/Util.pm
 rename t/lib/{Test => TestFor}/Code/TidyAll/Zglob.pm (83%)
 rename t/lib/{Code/TidyAll/Test => TestHelper}/Plugin/AToZ.pm (85%)
 rename t/lib/{Code/TidyAll/Test => TestHelper}/Plugin/AlwaysPhonetic.pm (92%)
 rename t/lib/{Code/TidyAll/Test => TestHelper}/Plugin/CheckUpper.pm (75%)
 rename t/lib/{Code/TidyAll/Test => TestHelper}/Plugin/RepeatFoo.pm (82%)
 rename t/lib/{Code/TidyAll/Test => TestHelper}/Plugin/ReverseFoo.pm (78%)
 rename t/lib/{Code/TidyAll/Test => TestHelper}/Plugin/UpperText.pm (69%)
 rename t/lib/{Code/TidyAll => TestHelper}/Test/Class.pm (92%)
 create mode 100644 xt/author/spaces-in-paths.t

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