[libcode-tidyall-perl] branch master updated (3b9f7e6 -> 28ae400)

Jonas Smedegaard dr at jones.dk
Tue May 20 14:22:01 UTC 2014


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  3b9f7e6   Prepare for release: Update changelog and copyright hints.
       new  e05d165   Bump to standards-version 3.9.5.
       new  f4e67b1   Fix use canonical Vcs-Git URL.
       new  32ae98d   Update watch file to use metacpan.org URL, and stop track development releases.
       new  88d70bd   Update copyright info: Extend coverage of packaging.
       new  4f6f100   Tidy comma in build-dependencies.
       new  d245225   Update changelog, control file and copyright info.
      adds  18f9689   Added a simplistic JSON tidier
      adds  93f97af   Merge pull request #15 from oschwald/greg/json
      adds  6fe4bf5   updating to next version 0.19
      adds  93b4d2d   0.19
      adds  b9a5917   updating date for 0.19
      adds  71835d3   0.19
      adds  beea06c   add newlines after package
      adds  da9bb17   SVN tests not working right now
      adds  1734749   updating to next version 0.20
      adds  9216253   fix docs and options handling for tidyall_ok
      adds  a943910   0.20
      adds  024dbd2   updating date for 0.20
      adds  83b9e6a   remove tidyall.t
      adds  bafe21e   Imported Upstream version 0.20
       new  51612ce   Merge tag 'upstream/0.20'
       new  3aaf251   Unfuzz patch 1001.
       new  28ae400   Prepare for release: Update changelog and copyright info.

The 9 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                                      | 10 ++++
 MANIFEST                                     |  4 +-
 META.json                                    |  4 +-
 META.yml                                     |  4 +-
 Makefile.PL                                  | 54 +++++++++++---------
 README                                       |  2 +-
 bin/tidyall                                  |  8 ++-
 debian/changelog                             | 19 +++++++
 debian/control                               |  4 +-
 debian/control.in                            |  4 +-
 debian/copyright                             |  2 +-
 debian/copyright_hints                       |  5 +-
 debian/patches/1001_Use_Digest::SHA.patch    | 11 ++--
 debian/rules                                 |  4 +-
 debian/watch                                 |  2 +-
 lib/Code/TidyAll.pm                          |  6 +--
 lib/Code/TidyAll/Cache.pm                    |  4 +-
 lib/Code/TidyAll/Config/INI/Reader.pm        |  4 +-
 lib/Code/TidyAll/Git/Precommit.pm            |  6 +--
 lib/Code/TidyAll/Git/Prereceive.pm           |  6 +--
 lib/Code/TidyAll/Git/Util.pm                 |  4 +-
 lib/Code/TidyAll/Plugin.pm                   |  8 ++-
 lib/Code/TidyAll/Plugin/CSSUnminifier.pm     |  6 +--
 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              | 76 ++++++++++++++++++++++++++++
 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/PodChecker.pm        |  6 +--
 lib/Code/TidyAll/Plugin/PodSpell.pm          |  6 +--
 lib/Code/TidyAll/Plugin/PodTidy.pm           |  6 +--
 lib/Code/TidyAll/Plugin/SortLines.pm         |  6 +--
 lib/Code/TidyAll/Result.pm                   |  6 +--
 lib/Code/TidyAll/SVN/Precommit.pm            |  6 +--
 lib/Code/TidyAll/SVN/Util.pm                 |  4 +-
 lib/Code/TidyAll/Test/Class.pm               |  4 +-
 lib/Code/TidyAll/Test/Plugin/AToZ.pm         |  4 +-
 lib/Code/TidyAll/Test/Plugin/CheckUpper.pm   |  4 +-
 lib/Code/TidyAll/Test/Plugin/RepeatFoo.pm    |  4 +-
 lib/Code/TidyAll/Test/Plugin/ReverseFoo.pm   |  4 +-
 lib/Code/TidyAll/Test/Plugin/UpperText.pm    |  4 +-
 lib/Code/TidyAll/Util.pm                     |  4 +-
 lib/Code/TidyAll/Util/Zglob.pm               |  4 +-
 lib/Code/TidyAll/t/Basic.pm                  |  4 +-
 lib/Code/TidyAll/t/Conf.pm                   |  4 +-
 lib/Code/TidyAll/t/Git.pm                    |  4 +-
 lib/Code/TidyAll/t/Plugin.pm                 |  4 +-
 lib/Code/TidyAll/t/Plugin/CSSUnminifier.pm   |  4 +-
 lib/Code/TidyAll/t/Plugin/JSBeautify.pm      |  4 +-
 lib/Code/TidyAll/t/Plugin/JSHint.pm          |  4 +-
 lib/Code/TidyAll/t/Plugin/JSLint.pm          |  4 +-
 lib/Code/TidyAll/t/Plugin/MasonTidy.pm       |  4 +-
 lib/Code/TidyAll/t/Plugin/PHPCodeSniffer.pm  |  4 +-
 lib/Code/TidyAll/t/Plugin/PerlCritic.pm      |  4 +-
 lib/Code/TidyAll/t/Plugin/PerlTidy.pm        |  4 +-
 lib/Code/TidyAll/t/Plugin/PodChecker.pm      |  6 +--
 lib/Code/TidyAll/t/Plugin/PodSpell.pm        |  4 +-
 lib/Code/TidyAll/t/Plugin/PodTidy.pm         |  6 +--
 lib/Code/TidyAll/t/Plugin/SortLines.pm       |  4 +-
 lib/Code/TidyAll/t/SVN.pm                    |  4 +-
 lib/Code/TidyAll/t/Util.pm                   |  4 +-
 lib/Code/TidyAll/t/Zglob.pm                  |  4 +-
 lib/Pod/Weaver/Section/SeeAlsoCodeTidyAll.pm |  4 +-
 lib/Test/Code/TidyAll.pm                     | 21 ++++----
 perltidy.LOG                                 | 21 --------
 t/author-SVN.t                               | 11 ----
 69 files changed, 246 insertions(+), 262 deletions(-)
 create mode 100644 lib/Code/TidyAll/Plugin/JSON.pm
 delete mode 100644 perltidy.LOG
 delete mode 100644 t/author-SVN.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