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  8523cc2   update changelog
       new  46cea26   Update copyright info: Use License-Grant and 
License-Reference fields. Thanks to Ben Finney.
       new  10637ca   Add lintian override regarding license in 
License-Reference field. See bug#786450.
       new  f554cf2   Bump debhelper compatibility level to 9.
       new  7be986c   Tidy rules file: Suppress versioned debhelper 
build-dependency.
       new  cee564b   Add lintian override regarding debhelper 9.
       new  644633f   Sync control.in with control: Update Vcs-Browser URL to 
use cgit web frontend.
       new  8007fbe   Declare compliance with Debian Policy 3.9.6.
       new  450007c   Update copyright info: Extend copyright of packaging to 
cover current year.
       new  0e4d8c1   Update changelog, control file and copyright hints.
       new  3b66ad7   Update watch file and CDBS upstream-tarball hints to 
track DROLSKY as main upstream maintainer.
       new  bcce828   Repackage upstream tarball to avoid non-DFSG files and 
convenience code copies.
      adds  9180525   Fixes "test" mode where it is misdocumented as "tests" 
mode.
      adds  44a4ce8   Merge pull request #21 from oalders/test-mode
      adds  ab5c63b   TidyAll expects octets, not a UTF8 string
      adds  402a65a   Merge pull request #17 from oschwald/greg/encoding-fix
      adds  f4ac9cf   Add .travis.yml
      adds  d8d9a19   Move abstract to module from dist.ini
      adds  79b024f   Update .gitignore
      adds  a5c790b   Move custom pod weaver class to inc/
      adds  64c9417   Add contributors section to pod
      adds  4f6121a   Don't add See Also section to Code::TidyAll docs
      adds  329be68   Move all abstracts to comments
      adds  a2bf1f7   Switch over to my plugin bundle
      adds  d3f91c1   Check in generated files
      adds  5d70ad1   Add a note about tidyall intentionally not including 
prereqs for various plugins
      adds  bdade19   Emit the diag after the test results
      adds  7ea6aee   Make the Code::TidyAll object quiet when running tests
      adds  a5f8605   Merge pull request #23 from maxmind/master
      adds  98a2018   Catch errors from perltidy even if perltidy -se flag set.
      adds  315f86a   emacs mode: clean up temp error-file.
      adds  88a6b64   emacs support: add a provide statement so require works.
      adds  b47c358   Merge pull request #16 from hartzell/master
      adds  d69856f   Fixes typos.
      adds  b4b0017   Add $NEXT template var to Changes
      adds  7f7fd94   Remove extra whitespace at end of lines
      adds  05290fd   Use the perl we're running with the in the pre-X hooks, 
not system perl
      adds  8ab07a2   Skip pod coverage testing for now and we don't expect the 
synopses to compile
      adds  8198f49   Install plugin prereqs before running tests
      adds  5588b7e   Set stopwords_file
      adds  7a39c71   Make git clone commands quiet in git tests
      adds  093eb37   Install ispell under travis
      adds  0416a65   Add authordeps for all modules needed by plugins instead 
of installing them explicitly in .travis.yml
      adds  888bb0e   Reformat Changes to pass changes test
      adds  f396661   Add more words to the spelling whitelist
      adds  365081a   Fix various POD links of the form L<Foo|Foo> to just be 
L<Foo>
      adds  8f11095   Remove LinkCheck test - it can't find L<Mason> for some 
reason
      adds  ba9b21a   Move all test code to t/
      adds  c3185c0   Pass -npro for all PerlTidy plugin tests to make sure we 
don't pick up an existing profile
      adds  baf880d   Make sure to use the current perl when testing SVN
      adds  8218cff   Ensure that all author tests which require external 
executables fail sanely when those exes aren't present
      adds  f0dc2ce   Add node_modules for jshint, jslint, & cssunminfier to 
repo
      adds  4e1708e   Add PHP Code Sniffer to repo for benefit of tests
      adds  2879f14   Include npm & php code in distro or we can't run author 
tests on distro
      adds  8766c9c   Use Test::Differences to check tidied output - it makes 
for much clearer failures
      adds  c6a8d56   Add js-beautify and use node_modules/.bin as path for all 
JS tests
      adds  4da4c4a   Install nodejs and php5-cli for travis testing
      adds  996f4be   Turn author deps into develop requires prereqs instead
      adds  a5590cc   Copy node_modules/.bin into build dir after build
      adds  5125aed   Update Changes for next release
      adds  85aa2b6   Bump version
      adds  8e6fe59   No indirect OO call
      adds  f896efd   Add more modules to develop requires
      adds  b122905   "Fix" bad pod so PodChecker gives the error we expect
      adds  92a1977   Skip tidyall.t because it seems to rely on Jon's 
perltidyrc settings
      adds  87d601a   Recreate the node_modules/.bin symlinks each time we run 
the tests
      adds  ff1d53b   Remove Git::CheckFor::MergeConflicts plugin
      adds  91e67eb   v0.21
      adds  04a8069   Skip compile test since it breaks on most systems that 
don't have optional prereqs installed
      adds  db5019f   Bump version
      adds  ff76308   v0.22
      adds  d6b5cbb   Fix test failures - must include t/lib in @INC when 
running tidyall via CLI
      adds  9f58dcc   Bump version
      adds  5b9b676   v0.23
      adds  2979342   Use File::Slurp::Tiny for read_file and write_file
      adds  5905d84   Use pushd from Util module instead of File::pushd
      adds  7cebe61   Bump version
      adds  61c7cda   Remove pointless sub defaults
      adds  f03d1f8   Use IPC::Run3 instead of Capture::Tiny in some cases
      adds  73eb69f   v0.24
      adds  bfe35e1   Grammar tweak
      adds  9955a18   Get notifications of travis failures
      adds  c6682db   Add Perl::Critic to DevelopRequires prereqs
      adds  d7eeb39   Configure git on travis with test user
      adds  1ae448e   Update copy of jshint in node_modules
      adds  b26cffa   Make sure to include t/lib when generating git hook 
scripts
      adds  2a19cf8   Run tests sequentially to make failures easier to 
understand
      adds  96130d5   Set lib dirs for Git hooks before chdir
      adds  d84689d   Remove diag() call in Git.t
      adds  be159a3   Don't .gitignore "data"
      adds  6cf11d3   Add node_modules/jshint/data
      adds  d6f1ecf   Revert "Run tests sequentially to make failures easier to 
understand"
      adds  7b02173   Don't import Capture::Tiny when it is not used
      adds  0bb3c80   Remove unused variable
      adds  865befc   Merge pull request #27 from oschwald/master
      adds  d90307d   Fix weird formatting
      adds  f0d0410   Allow passing "verbose => 1" to tidyall_ok()
      adds  6644d59   Add explicit $VERSION in each module
      adds  ba9a7a4   Add $VERSION to Test::Code::TidyAll
      adds  b8fe7c7   Don't include my personal tidyall setting files
      adds  26aeac1   Don't do any tidyall tests
      adds  d0f8f76   Add $VERSION to bin/tidyall
      adds  0b38d5e   Fix version in all modules
      adds  6c08a3b   Remove VERSION block from Pod in 
Code::TidyAll::Plugin::PHPCodeSniffer
      adds  f7a9439   Remove Perl::IgnoreMethodSignaturesSimple tidyall plugin
      adds  97c1764   Add Perl::Critic::Policy::Moose::RequireMakeImmutable to 
develop requires
      adds  a3bb1b1   Remove Test::Pod::No404s plugin - npmjs.org doesn't like 
it
      adds  7d970d5   Remove use of Moose::Autobox in custom Pod::Weaver plugin
      adds  26e0018   Run tidyall --conf-file ./tidyall.ini -a
      adds  dbf5b0a   Run 2 iterations of perltidy
      adds  0b1a246   Add back tidyall test for this repo
      adds  51f0b7d   Run tidyall --conf-file ./tidyall.ini -a again
      adds  80aca84   Remove Test::EOL plugin
      adds  b1145b1   Update generated files
      adds  b566692   Remove the MANIFEST.SKIP
      adds  8a842d2   Don't run PodSpell plugin
      adds  45a9bab   Don't run tidyall on generated test files
      adds  4e828fb   Use the dzil TidyAll plugin to tidy generated pod
      adds  c4e1d03   We need to install Code::TidyALl and Pod::Tidy before 
running build-dist
      adds  5de5004   Fix cruft that snuck into dist.ini
      adds  68e47f1   Try install Pod::Tidy with cpanm
      adds  0bdb234   Make Pod::Tidy an authordep
      adds  65df6d8   Much better output from Test::Code::TidyAll in verbose 
mode when tidying is needed
      adds  e6150a5   Add a much more detailed perltidyrc
      adds  3dc70fe   Check to see if we have a file or link for the various 
node.js binaries needed
      adds  1991c9d   Escape { in regex
      adds  6c95774   Don't make symlinks when running tests - make them during 
build instead
      adds  93af499   More lax parsing of Perl Critic output
      adds  8dbb64e   Merge pull request #30 from 
autarch-code/more-lax-perlcritic-output
      adds  2114fee   Changes note for PerlCritic warnings fix
      adds  3238ff1   Alternative caching model
      adds  9b8f0f6   missing ispell words
      adds  82a9773   Explictly document & test you can use a CHI instance 
rather than Code::TidyAll::Cache
      adds  147cf6c   add version numbers
      adds  61ebadc   Run tidyall --conf-file ./tidyall.ini -a
      adds  94a0f60   One space after a period in the docs
      adds  0245dff   Merge pull request #31 from autarch-code/alt-caching-model
      adds  e0109a9   Remove git/config
      adds  fdd5eca   change URLs in documentation to match current github url
      adds  bd6930f   Merge pull request #33 from andyjack/cpanprc2
      adds  c4ef5d5   Change how we create symlinks in node_modules/.bin
      adds  1a83665   v0.25
      adds  bf46aec   Bump version after release
      adds  5713023   add original AUTHOR
      adds  f6dafd2   Remove notifications block .travis.yml - this was just 
duplicating the default notifications
      adds  e99f4bb   Add 5.22 to build targets and use Travis containers
      adds  64e8839   Use containers, add aspell & other packages, add dev 
perl, allow blead failures, add coverage, use travis-perl --auto
      adds  ee1aa9a   Also install ispell in container
      adds  298adc3   Revert use of containers
      adds  ed8e715   Quote Perl versions so 5.20 is not interpreted as 5.2
      adds  afaebd8   Read -I option properly from command-line
      adds  d230444   Do not generate warnings if the file does not have Pod
      adds  e3f7474   Add "shebang" to configuration
      adds  77aa7f0   Tidyall
      adds  28d32cc   v0.26
      adds  74ea705   Bump version after release
      adds  66dc1fc   Include NAME section properly in weaver.ini
      adds  e7dae0f   Add =encoding to main module POD
      adds  27a7202   Standardize pod a bit more - make sure all modules have 
an ABSTRACT comment, not a NAME section
      adds  355daf9   Changes for pod fixes
      adds  ca92a2f   Fix typo in pod
      adds  d8e6efa   Tidy synopsis code
      adds  b6aec54   Fix typo in abstract
      adds  e341cee   Add tidyall'd to the spelling whitelist
      adds  930eceb   Give Changes section for next release a label
      adds  08e0786   v0.27
      adds  fdafb6b   Bump version after release
      adds  c1f091e   Add Andy Jack aliases to .mailmap
      adds  209d4c4   TCM now outputs which conf file is being used in verbose 
mode
      adds  6c36273   Use Travis container infrastructure
      adds  2f8485e   Use JSON::MaybeXS instead of JSON
      adds  1eec20d   Use $test->diag, not diag() - in Test::Code::TidyAll
      adds  cb4ffd0   Adds support for Perl::Tidy::Sweetened
      adds  a96bde2   v0.28
      adds  8d0a5ac   Bump version after release
      adds  50b5fc9   Update develop requires - add JSON::MaybeXS and remove 
AutoPrereqs-detected libs
      adds  1592629   Don't include JSON::MaybeXS in prereqs
      adds  713882a   Use Digest::SHA instead of Digest::SHA1
      adds  659df91   Tidyall with the latest Perl::Tidy
      adds  773ff06   v0.29
      adds  4bac8db   Bump version after release
      adds  a853802   add missing stopword
      adds  10bf44f   Add ability to not clean temp files
      adds  ca47891   Merge pull request #41 from 
houseabsolute/markf/leave-tmp-dir
      adds  54972a6   v0.30
      adds  55094e5   Bump version after release
      adds  5d20083   Add DiffOnTidyError plugin for check_only mode
      adds  ad3a7d3   v0.31
      adds  af06222   Bump version after release
      adds  3ccdc56   Show plugins being used for each file in verbose mode
      adds  7eb8483   first stab at configurable plugin ordering (2nd attempt)
      adds  ae28838   Test the ordering attribute
      adds  b577649   change "ordering" to "weight" as per conversation with 
Dave
      adds  f9291a5   Refactor is_validator / weight interaction
      adds  c07e97c   Document weight in bin/tidyall
      adds  8d456e4   Add item for weight to Changes file
      adds  d88338d   Tidyall code
      adds  da70f32   Merge pull request #42 from houseabsolute/markf/weighting
      adds  b116ddc   v0.32
      adds  cca8918   Imported Upstream version 0.32~dfsg
       new  e5552c2   Merge tag 'upstream/0.32_dfsg'
       new  c5c46db   Drop patch 1001: SHA1 avoidance now done upstream.
       new  58d2b44   Update package relations: Relax to (build-)depend 
unversioned on libcapture-tiny-perl: Needed version satisfied even in oldstable.
       new  27c0afc   Update package relations: (Build-)depend on 
libfile-slurp-tiny-perl libfile-which-perl libtext-diff-perl.
       new  a3a2ae2   Update package relations: Build-depend on 
libtest-differences-perl libtest-warnings-perl.
       new  3757d3b   Update package relations: Enhance git and subversion, and 
mention that in long description.
       new  d637e58   Update package relations: Recommend libjson-maybexs-perl.
       new  ad3aa8b   Update package relations: Fix mention suggested 
php-codeniffer in long description.
       new  a5b828b   Update copyright info: Update URL to issue tracker, and 
add alternate email address.
       new  32e471a   Update Homepage URL.
       new  d7a7a46   Update copyright info: Update alternate git source URL.
       new  71eab42   Prepare for release: Update changelog, control file and 
copyright hints.

The 23 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                                            |  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 +
 debian/changelog                                   |   38 +-
 debian/compat                                      |    2 +-
 debian/control                                     |   17 +-
 debian/control.in                                  |   10 +-
 debian/copyright                                   |   65 +-
 debian/copyright_hints                             |  101 +-
 debian/patches/1001_Use_Digest::SHA.patch          |   32 -
 debian/patches/README                              |    3 -
 debian/patches/series                              |    1 -
 debian/rules                                       |   30 +-
 debian/source/lintian-overrides                    |    8 +
 debian/watch                                       |    4 +-
 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 +-
 t/{author-Git.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-JSLint.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 -
 124 files changed, 7079 insertions(+), 1461 deletions(-)
 delete mode 100644 README
 create mode 100644 README.md
 create mode 100644 cpanfile
 delete mode 100644 debian/patches/1001_Use_Digest::SHA.patch
 delete mode 100644 debian/patches/README
 delete mode 100644 debian/patches/series
 create mode 100644 debian/source/lintian-overrides
 create mode 100644 dist.ini
 create mode 100644 inc/MyMakeMaker.pm
 create mode 100644 inc/Pod/Weaver/Section/SeeAlsoCodeTidyAll.pm
 create mode 100644 inc/Util.pm
 create mode 100644 lib/Code/TidyAll/CacheModel.pm
 create mode 100644 lib/Code/TidyAll/CacheModel/Shared.pm
 create mode 100644 lib/Code/TidyAll/Plugin/DiffOnTidyError.pm
 create mode 100644 lib/Code/TidyAll/Plugin/PerlTidySweet.pm
 create mode 100644 lib/Code/TidyAll/Role/Tempdir.pm
 delete mode 100644 lib/Code/TidyAll/Test/Class.pm
 delete mode 100644 lib/Code/TidyAll/t/Plugin.pm
 delete mode 100644 lib/Code/TidyAll/t/Plugin/JSBeautify.pm
 delete mode 100644 lib/Code/TidyAll/t/Plugin/PHPCodeSniffer.pm
 delete mode 100644 lib/Pod/Weaver/Section/SeeAlsoCodeTidyAll.pm
 create mode 100644 perlcriticrc
 create mode 100644 perltidyrc
 create mode 100644 t/00-report-prereqs.dd
 create mode 100644 t/00-report-prereqs.t
 copy t/{author-Git.t => author-Plugin-PHPCodeSniffer.t} (58%)
 create mode 100644 t/author-Plugin-PerlTidySweet.t
 copy t/{author-Plugin-JSLint.t => author-mojibake.t} (59%)
 create mode 100644 t/author-no-tabs.t
 create mode 100644 t/author-pod-spell.t
 create mode 100644 t/author-pod-syntax.t
 create mode 100644 t/author-self-tidyall.t
 create mode 100644 t/author-test-version.t
 create mode 100644 t/lib/Code/TidyAll/Test/Class.pm
 rename {lib => t/lib}/Code/TidyAll/Test/Plugin/AToZ.pm (84%)
 create mode 100644 t/lib/Code/TidyAll/Test/Plugin/AlwaysPhonetic.pm
 rename {lib => t/lib}/Code/TidyAll/Test/Plugin/CheckUpper.pm (77%)
 rename {lib => t/lib}/Code/TidyAll/Test/Plugin/RepeatFoo.pm (71%)
 rename {lib => t/lib}/Code/TidyAll/Test/Plugin/ReverseFoo.pm (65%)
 rename {lib => t/lib}/Code/TidyAll/Test/Plugin/UpperText.pm (82%)
 rename {lib/Code/TidyAll/t => t/lib/Test/Code/TidyAll}/Basic.pm (54%)
 rename {lib/Code/TidyAll/t => t/lib/Test/Code/TidyAll}/Conf.pm (90%)
 rename {lib/Code/TidyAll/t => t/lib/Test/Code/TidyAll}/Git.pm (85%)
 create mode 100644 t/lib/Test/Code/TidyAll/Plugin.pm
 rename {lib/Code/TidyAll/t => t/lib/Test/Code/TidyAll}/Plugin/CSSUnminifier.pm 
(69%)
 create mode 100644 t/lib/Test/Code/TidyAll/Plugin/JSBeautify.pm
 rename {lib/Code/TidyAll/t => t/lib/Test/Code/TidyAll}/Plugin/JSHint.pm (85%)
 rename {lib/Code/TidyAll/t => t/lib/Test/Code/TidyAll}/Plugin/JSLint.pm (71%)
 rename {lib/Code/TidyAll/t => t/lib/Test/Code/TidyAll}/Plugin/MasonTidy.pm 
(83%)
 create mode 100644 t/lib/Test/Code/TidyAll/Plugin/PHPCodeSniffer.pm
 rename {lib/Code/TidyAll/t => t/lib/Test/Code/TidyAll}/Plugin/PerlCritic.pm 
(85%)
 copy {lib/Code/TidyAll/t => t/lib/Test/Code/TidyAll}/Plugin/PerlTidy.pm (69%)
 rename lib/Code/TidyAll/t/Plugin/PerlTidy.pm => 
t/lib/Test/Code/TidyAll/Plugin/PerlTidySweet.pm (61%)
 rename {lib/Code/TidyAll/t => t/lib/Test/Code/TidyAll}/Plugin/PodChecker.pm 
(68%)
 rename {lib/Code/TidyAll/t => t/lib/Test/Code/TidyAll}/Plugin/PodSpell.pm (83%)
 rename {lib/Code/TidyAll/t => t/lib/Test/Code/TidyAll}/Plugin/PodTidy.pm (80%)
 rename {lib/Code/TidyAll/t => t/lib/Test/Code/TidyAll}/Plugin/SortLines.pm 
(55%)
 rename {lib/Code/TidyAll/t => t/lib/Test/Code/TidyAll}/SVN.pm (90%)
 rename {lib/Code/TidyAll/t => t/lib/Test/Code/TidyAll}/Util.pm (85%)
 rename {lib/Code/TidyAll/t => t/lib/Test/Code/TidyAll}/Zglob.pm (92%)
 create mode 100644 t/release-cpan-changes.t
 create mode 100644 tidyall.ini
 create mode 100644 weaver.ini
 delete mode 100755 xt/tidyall.t

-- 
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
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to