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

Jonas Smedegaard dr at jones.dk
Sun Dec 25 17:56:36 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  71eab42   Prepare for release: Update changelog, control file and copyright hints.
      adds  cbe1e4a   Bump version after release
      adds  721b3ea   Get unique from List::MoreUtils, not Code::TidyAll::Util
      adds  0d09622   Clean up use of Code::TidyAll::Util to remove unused imports
      adds  ad55487   Document Code::TidyAll's check_only param
      adds  5704604   Remove DiffOnTidyError plugin and replace with diff_on_tidy_error attr for all plugins
      adds  437347e   v0.33
      adds  2196282   Bump version after release
      adds  5e25730   Move test for diff_on_tidy_error to an author test
      adds  9a62c76   Merge pull request #46 from houseabsolute/dave/diff-as-plugin-attribute
      adds  a4e4d4b   Make tidyall_ok accept a files param to specify which files to test
      adds  435d0ec   v0.34
      adds  beb5367   Bump version after release
      adds  3b68b4e   Handle case where no files match (or an empty arrayref for files) in tidyall_ok
      adds  2cf417b   v0.35
      adds  58b6fde   Bump version after release
      adds  ccf3b66   Use GitHub issues instead of rt.cpan.org
      adds  45fe4a2   v0.36
      adds  d02df96   Bump version after release
      adds  d0ca0cb   Really fix tidyall_ok for empty files list
      adds  621ceb9   v0.37
      adds  c5df0ac   Bump version after release
      adds  495a4a5   Fixes typos.
      adds  3692080   Merge pull request #50 from oalders/typos
      adds  dc1300a   Make the test names used by Test::Code::TidyAll include more than just a path
      adds  2d8fac1   v0.38
      adds  8052d3c   Bump version after release
      adds  174de18   use git status --porcelain -z
      adds  bf7f38d   Tidy all code
      adds  66a3a13   v0.39
      adds  54ae296   Bump version after release
      adds  9b77dc0   Don't include files not tracked by git when looking for uncommitted files.
      adds  d5bb4fe   Merge pull request #51 from oalders/faster-git-status
      adds  c6d5c74   Fix Changes for PR #51
      adds  9ff486c   Remove doubled "use lib" line
      adds  38b2e79   Add a newline to text for DiffOnTidyError test
      adds  8fdc7e3   Use Text::Diff instead of external diff command
      adds  a3170cf   Fix warning when git status returns undef
      adds  7752882   v0.40
      adds  30758f1   Bump version after release
      adds  766a559   Added 'use warnings' to Code::TidyAll::Util::Zglob.
      adds  eec5c64   Tidy all code with latest Perl::Tidy
      adds  cc2f2ff   Replace List::MoreUtils with List::SomeUtils
      adds  0b8b577   Require Text::Diff 1.44
      adds  8332dd2   v0.41
      adds  1e6ecac   Bump version after release
      adds  7386add   Specify Text::Diff version as v1.44 instead of 1.44
      adds  4330eda   v0.42
      adds  8a1acdf   Imported Upstream version 0.42~dfsg
       new  a059e03   Merge tag 'upstream/0.42_dfsg'
       new  dbbded6   Declare compliance with Debian Policy 3.9.7.
       new  3da0ad7   Modernize Vcs-Git field: Use https protocol.
       new  d641afc   Update copyright info: Use Github (not CPAN) issue tracker.
       new  1f05a03   Update copyright info: Extend coverage for main upstream author to cover recent years.
       new  e1141ad   Update copyright info: Extend copyright of packaging to cover current year.
       new  15c79a4   Update package relations: Tighten to (build-)depend versioned on libtext-diff-perl.
       new  87a50cb   Update package relations: (Build-)depend on liblist-someutils-perl (not liblist-moreutils-perl).
       new  625447e   Update package relations: (Build-)depend on liblist-compare-perl.
       new  45347db   Update watch file: Bump to file format 4. Watch only MetaCPAN URL. Mention gbp --uscan in usage comment. Add repacksuffix option. Quote options.
       new  038e4dc   Drop CDBS get-orig-source target: Use gbp import-orig --uscan.
       new  5d9e8e6   Tidy rules file: Stop suppress versioned debhelper build-dependency: Handled by CDBS now.
       new  817f5f1   Modernize git-buildpackage config: Filter any .git* file.
       new  aa89ce5   Declare compliance with Debian Policy 3.9.8.
       new  fbb9523   Fix Vcs-Git field to use https protocol.
       new  6e355c2   Prepare for release: Update changelog, control file, and copyright hints.

The 16 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:
 Changes                                            |  78 +++++++++
 LICENSE                                            |   6 +-
 MANIFEST                                           |   6 +-
 META.json                                          | 188 +++++++++++----------
 META.yml                                           | 183 ++++++++++----------
 Makefile.PL                                        |  14 +-
 README.md                                          |  14 +-
 bin/tidyall                                        |   6 +-
 cpanfile                                           |   6 +-
 debian/changelog                                   |  28 +++
 debian/control                                     |  11 +-
 debian/control.in                                  |   4 +-
 debian/copyright                                   |   9 +-
 debian/copyright_hints                             |  32 ++--
 debian/gbp.conf                                    |   1 +
 debian/rules                                       |  20 +--
 debian/watch                                       |   8 +-
 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 +-
 ...lugin-PodTidy.t => author-diff-on-tidy-error.t} |   4 +-
 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 ++
 60 files changed, 764 insertions(+), 554 deletions(-)
 delete mode 100644 lib/Code/TidyAll/Plugin/DiffOnTidyError.pm
 copy t/{author-Plugin-PodTidy.t => author-diff-on-tidy-error.t} (67%)
 create mode 100644 t/lib/Test/Code/TidyAll/DiffOnTidyError.pm
 create mode 100644 t/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