[libcode-tidyall-perl] branch master updated (6e355c2 -> 1930891)

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 change to branch master
in repository libcode-tidyall-perl.

      from  6e355c2   Prepare for release: Update changelog, control file, and copyright hints.
      adds  08642b0   Bump version after release
      adds  c0b55ee   Consolidate git status code.
      adds  976a002   Skip Test::CleanNamespaces test
      adds  7eb5a90   Make self-tidyall.t quiet
      adds  a7ce18d   Commit generated Makefile.PL
      adds  0a4095d   v0.43
      adds  8713f97   Bump version after release
      adds  0171073   Change how the INI::Reader stores repeated line
      adds  9434d72   Small style nit fix in Basic.pm
      adds  381199a   Make shebang a multi-value config item as well
      adds  6bee8ea   v0.44
      adds  37ce04c   Bump version after release
      adds  c23e8f0   Reorganize Conf test code a bit
      adds  abd40a4   Fix (and test) handling of select & ignore lines with multiple space-separated values
      adds  7b1e518   Tidy pod
      adds  df0bcd1   Update generated files
      adds  96946ca   v0.45
      adds  0129a17   Bump version after release
      adds  d4aa558   Fix use line for Text::Diff - we want to ask for "1.44", not "v1.44"
      adds  d39fb52   v0.46
      adds  585173c   Bump version after release
      adds  708055b   Make the git pre-commit hook only look at files that are actually about to be committed
      adds  eea9155   Update generated files
      adds  a27ce79   Bump version after release
      adds  7aecdec   Test with Perl 5.24
      adds  3a3e455   Fail correctly if js-beautify exits non-zero
      adds  cd0bf17   Move Plugin-Sortlines.t to t/
      adds  22d3ae7   v0.48
      adds  e0595f6   Bump version after release
      adds  fd0ce39   Nicer verbose output of what plugins we're applying to each file
      adds  7e0f779   v0.49
      adds  cc3d462   Bump version after release
      adds  6f2d581   Add support for tidying in parallel
      adds  2eb96d9   Use "/usr/bin/env perl" for shbang in repo
      adds  d925baf   Make ->list_only use $self->msg instead of calling printf directly
      adds  6515016   Get rel2abs directly from File::Spec::Functions
      adds  eeaabe8   Move definition of $cli_conf to top of Test::Code::TidyAll::Basic
      adds  d46b692   Use the full relative path to files when operating on them
      adds  7257941   Set waitpid_block_sleep to 0.01 to speed up parallel implementation
      adds  2cd8ffb   Convert almost all code to Path::Tiny
      adds  d4ae5c2   Remove now-unused weaver config
      adds  4d6fbb7   Comment on why we use TidyAll plugin in dist.ini
      adds  8858523   Remove a few last uses of File::Basename, File::Path, and File::Slurp::Tiny
      adds  ef095b3   Manually install Test::Warnings for now since travis-perl is being weird
      adds  480965a   Run Makefile.PL before running prove
      adds  7fd1dbd   Comment on why we run Makefile.PL in .travis.yml
      adds  1a925b1   v0.50
      adds  f9b4e05   Bump version after release
      adds  c0bb8be   Remove leftover debug junk from .travis.yml
      adds  f185849   Remove 5.8 from test Try testing 5.8 without author/release deps
      adds  120659b   Restore some Util exports to provide backwards compat
      adds  1c54b42   v0.51
      adds  5e2d36d   Bump version after release
      adds  c53b4d0   Revert change to make inc::Util use Path::Tiny
      adds  56ade35   Make bin/tidyall shbang "#!perl" so MakeMaker will rewrite it
      adds  5dc9062   v0.52
      adds  b29a0d3   Bump version after release
      adds  4ed244d   Use File::Temp to create a tempdir so we can get its realpath
      adds  f5debc1   Remove unused trigger setting from backup_dir attribute
      adds  b41c031   Set verbose => 1 in self-tidyall.t
      adds  0b35cb0   Make sure temp dirs are made under the system tempdir, not local dir
      adds  ea3ddc4   Make module load order consistent
      adds  c9585a5   Remove unused import
      adds  c8c2749   Make a realpath tempdir using Path::Tiny directly
      adds  bfefe8a   Preserve file mode (permissions) on tidy.
      adds  f7b1b43   Changes for permissions fix
      adds  8134c42   v0.53
      adds  4ba6e19   Bump version after release
      adds  b7389ba   Add coercions to path attributes to coerce a string to a Path::Tiny object
      adds  aa402a0   Changes for path coercion fix
      adds  944c671   Require Specio::Library::Path::Tiny 0.04
      adds  c5ba50c   v0.54
      adds  35e746a   Bump version after release
      adds  fd0228c   Require Moo 2.000000 or greater
      adds  5af7cf1   v0.55
      adds  e4e7fbc   New upstream version 0.55~dfsg
       new  dbd34e1   Merge tag 'upstream/0.55_dfsg'
       new  9ec2a3d   Update package relations: (Build-)depend on libpath-tiny-perl libspecio-perl libspecio-library-path-tiny-perl. Build-depend on and recommend libparallel-forkmanager-perl. Tighten to (build-)depend versioned on libmoo-perl.
       new  1930891   Prepare for release: Update changelog, control file, and copyright hints.

The 3 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:
 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 +-
 debian/changelog                                   |  14 +
 debian/control                                     |   6 +-
 debian/copyright_hints                             |  57 +-
 debian/rules                                       |  10 +-
 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 +
 108 files changed, 2763 insertions(+), 1783 deletions(-)
 create mode 100644 CONTRIBUTING.md
 delete mode 100644 inc/Pod/Weaver/Section/SeeAlsoCodeTidyAll.pm
 create mode 100644 t/Plugin-SortLines.t
 delete mode 100644 t/author-Git.t
 delete mode 100644 t/author-Plugin-CSSUnminifier.t
 delete mode 100644 t/author-Plugin-JSBeautify.t
 delete mode 100644 t/author-Plugin-JSHint.t
 delete mode 100644 t/author-Plugin-JSLint.t
 delete mode 100644 t/author-Plugin-MasonTidy.t
 delete mode 100644 t/author-Plugin-PHPCodeSniffer.t
 delete mode 100644 t/author-Plugin-PerlCritic.t
 delete mode 100644 t/author-Plugin-PerlTidy.t
 delete mode 100644 t/author-Plugin-PodChecker.t
 delete mode 100644 t/author-Plugin-PodSpell.t
 delete mode 100644 t/author-Plugin-PodTidy.t
 delete mode 100644 t/author-Plugin-SortLines.t
 delete mode 100644 t/author-Util.t
 delete mode 100644 t/author-diff-on-tidy-error.t
 delete mode 100644 t/author-mojibake.t
 create mode 100644 t/lib/Test/Code/TidyAll/Parallel.pm
 delete mode 100644 t/release-cpan-changes.t
 delete mode 100644 t/release-meta-json.t
 delete mode 100644 weaver.ini
 create mode 100644 xt/author/Git.t
 create mode 100644 xt/author/Plugin-CSSUnminifier.t
 create mode 100644 xt/author/Plugin-JSBeautify.t
 create mode 100644 xt/author/Plugin-JSHint.t
 create mode 100644 xt/author/Plugin-JSLint.t
 create mode 100644 xt/author/Plugin-MasonTidy.t
 create mode 100644 xt/author/Plugin-PHPCodeSniffer.t
 create mode 100644 xt/author/Plugin-PerlCritic.t
 create mode 100644 xt/author/Plugin-PerlTidy.t
 rename t/author-Plugin-PerlTidySweet.t => xt/author/Plugin-PerlTidySweet.t (59%)
 create mode 100644 xt/author/Plugin-PodChecker.t
 create mode 100644 xt/author/Plugin-PodSpell.t
 create mode 100644 xt/author/Plugin-PodTidy.t
 create mode 100644 xt/author/Util.t
 create mode 100644 xt/author/diff-on-tidy-error.t
 create mode 100644 xt/author/mojibake.t
 rename t/author-no-tabs.t => xt/author/no-tabs.t (73%)
 create mode 100644 xt/author/parallel.t
 rename t/author-pod-spell.t => xt/author/pod-spell.t (81%)
 rename t/author-pod-syntax.t => xt/author/pod-syntax.t (52%)
 rename t/author-self-tidyall.t => xt/author/self-tidyall.t (55%)
 rename t/author-test-version.t => xt/author/test-version.t (69%)
 rename t/author-tidy-and-critic.t => xt/author/tidy-and-critic.t (63%)
 create mode 100644 xt/release/cpan-changes.t
 create mode 100644 xt/release/meta-json.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