[libcode-tidyall-perl] annotated tag upstream/0.32_dfsg created (now de904cc)

Jonas Smedegaard dr at jones.dk
Sat Nov 21 16:44:02 UTC 2015


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

js pushed a change to annotated tag upstream/0.32_dfsg
in repository libcode-tidyall-perl.

        at  de904cc   (tag)
   tagging  cca891808af8b954bfa96e36c8a0df6108425c5a (commit)
  replaces  upstream/0.20
 tagged by  Jonas Smedegaard
        on  Sat Nov 21 16:16:08 2015 +0100

- Log -----------------------------------------------------------------
Upstream version 0.32~dfsg
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABAgAGBQJWUIq4AAoJECx8MUbBoAEhvhoQAJbJdmKxDiCmRgUo9gvt8Usa
twyXLKZWDLNAO1JBYJ7r97/Hrkk/pM1VdcKhraxlX6XC9seJsPGnrzUSdMWIBR6z
AF37CUrx0gH3PmaiXKfpxeIs0B6g8q6+9iBtmP4/0pSchgitYA5wEueD86db9Kno
EKPr2W1l1XUQZAS8gqbyzS8r2zi4SDdDVzN9yId62NJsAV5ifDm+OHOLbkv7nWvE
T4HEWbMQfxXhpKragy2kBx0kFEvLUOhxkvqwUip2ys2IXX3W6HK3xXLpiz6VBloF
PeCXFKR/XZ1iwLKvZmnuHw7eMRV2roZChLeL08/aHrQ4VOYCQ2OKhLC6X7Mixjoq
H6iwtP+dpZriIZnuZ14G0VGPLiHzRZesJDT8drfKH1cp3s87IX2d1s7OicYWrZ41
P5avJaDcRyaww90nIkufqaP2mAowGWGm6S4XOGoKq7q0eRTBs+QZ4bfoJxPqFjJH
T3xHT85+Scuukbr4KCz/HmVeZuZpG6lrp64RjGweVvGeIh3/n1hDMNTvme7rUmmM
u+pyZ3S+Rj7USb9TTP4xtk1XBQpM+Py5uAWJP3oOpXvb/XXAoHhty05gZs0zYbyW
EvRi77KA53dQC80huU4jtwnGm2AVIgZJ6J7Ez2jW3sBFMGhQ6KIAMEtm49bHUeEa
95EYgm+5hFRUFNG+QJvK
=f79S
-----END PGP SIGNATURE-----

Andy Jack (2):
      change URLs in documentation to match current github url
      Read -I option properly from command-line

Dave Rolsky (157):
      Emit the diag after the test results
      Make the Code::TidyAll object quiet when running tests
      Add .travis.yml
      Move abstract to module from dist.ini
      Update .gitignore
      Move custom pod weaver class to inc/
      Add contributors section to pod
      Don't add See Also section to Code::TidyAll docs
      Move all abstracts to comments
      Switch over to my plugin bundle
      Check in generated files
      Add a note about tidyall intentionally not including prereqs for various plugins
      Merge pull request #23 from maxmind/master
      Merge pull request #16 from hartzell/master
      Add $NEXT template var to Changes
      Remove extra whitespace at end of lines
      Use the perl we're running with the in the pre-X hooks, not system perl
      Skip pod coverage testing for now and we don't expect the synopses to compile
      Install plugin prereqs before running tests
      Set stopwords_file
      Make git clone commands quiet in git tests
      Install ispell under travis
      Add authordeps for all modules needed by plugins instead of installing them explicitly in .travis.yml
      Reformat Changes to pass changes test
      Add more words to the spelling whitelist
      Fix various POD links of the form L<Foo|Foo> to just be L<Foo>
      Remove LinkCheck test - it can't find L<Mason> for some reason
      Move all test code to t/
      Pass -npro for all PerlTidy plugin tests to make sure we don't pick up an existing profile
      Make sure to use the current perl when testing SVN
      Ensure that all author tests which require external executables fail sanely when those exes aren't present
      Add node_modules for jshint, jslint, & cssunminfier to repo
      Add PHP Code Sniffer to repo for benefit of tests
      Include npm & php code in distro or we can't run author tests on distro
      Use Test::Differences to check tidied output - it makes for much clearer failures
      Add js-beautify and use node_modules/.bin as path for all JS tests
      Install nodejs and php5-cli for travis testing
      Turn author deps into develop requires prereqs instead
      Copy node_modules/.bin into build dir after build
      Update Changes for next release
      Bump version
      No indirect OO call
      Add more modules to develop requires
      "Fix" bad pod so PodChecker gives the error we expect
      Skip tidyall.t because it seems to rely on Jon's perltidyrc settings
      Recreate the node_modules/.bin symlinks each time we run the tests
      Remove Git::CheckFor::MergeConflicts plugin
      v0.21
      Skip compile test since it breaks on most systems that don't have optional prereqs installed
      Bump version
      v0.22
      Fix test failures - must include t/lib in @INC when running tidyall via CLI
      Bump version
      v0.23
      Use File::Slurp::Tiny for read_file and write_file
      Use pushd from Util module instead of File::pushd
      Bump version
      Remove pointless sub defaults
      Use IPC::Run3 instead of Capture::Tiny in some cases
      v0.24
      Grammar tweak
      Get notifications of travis failures
      Add Perl::Critic to DevelopRequires prereqs
      Configure git on travis with test user
      Update copy of jshint in node_modules
      Make sure to include t/lib when generating git hook scripts
      Run tests sequentially to make failures easier to understand
      Set lib dirs for Git hooks before chdir
      Remove diag() call in Git.t
      Don't .gitignore "data"
      Add node_modules/jshint/data
      Revert "Run tests sequentially to make failures easier to understand"
      Fix weird formatting
      Allow passing "verbose => 1" to tidyall_ok()
      Add explicit $VERSION in each module
      Add $VERSION to Test::Code::TidyAll
      Don't include my personal tidyall setting files
      Don't do any tidyall tests
      Add $VERSION to bin/tidyall
      Fix version in all modules
      Remove VERSION block from Pod in Code::TidyAll::Plugin::PHPCodeSniffer
      Remove Perl::IgnoreMethodSignaturesSimple tidyall plugin
      Add Perl::Critic::Policy::Moose::RequireMakeImmutable to develop requires
      Remove Test::Pod::No404s plugin - npmjs.org doesn't like it
      Remove use of Moose::Autobox in custom Pod::Weaver plugin
      Run tidyall --conf-file ./tidyall.ini -a
      Run 2 iterations of perltidy
      Add back tidyall test for this repo
      Run tidyall --conf-file ./tidyall.ini -a again
      Remove Test::EOL plugin
      Update generated files
      Remove the MANIFEST.SKIP
      Don't run PodSpell plugin
      Don't run tidyall on generated test files
      Use the dzil TidyAll plugin to tidy generated pod
      We need to install Code::TidyALl and Pod::Tidy before running build-dist
      Fix cruft that snuck into dist.ini
      Try install Pod::Tidy with cpanm
      Make Pod::Tidy an authordep
      Much better output from Test::Code::TidyAll in verbose mode when tidying is needed
      Add a much more detailed perltidyrc
      Check to see if we have a file or link for the various node.js binaries needed
      Escape { in regex
      Don't make symlinks when running tests - make them during build instead
      Merge pull request #30 from autarch-code/more-lax-perlcritic-output
      Changes note for PerlCritic warnings fix
      Run tidyall --conf-file ./tidyall.ini -a
      One space after a period in the docs
      Merge pull request #31 from autarch-code/alt-caching-model
      Remove git/config
      Merge pull request #33 from andyjack/cpanprc2
      Change how we create symlinks in node_modules/.bin
      v0.25
      Bump version after release
      Remove notifications block .travis.yml - this was just duplicating the default notifications
      Add 5.22 to build targets and use Travis containers
      Use containers, add aspell & other packages, add dev perl, allow blead failures, add coverage, use travis-perl --auto
      Also install ispell in container
      Revert use of containers
      Quote Perl versions so 5.20 is not interpreted as 5.2
      Tidyall
      v0.26
      Bump version after release
      Include NAME section properly in weaver.ini
      Add =encoding to main module POD
      Standardize pod a bit more - make sure all modules have an ABSTRACT comment, not a NAME section
      Changes for pod fixes
      Fix typo in pod
      Tidy synopsis code
      Fix typo in abstract
      Add tidyall'd to the spelling whitelist
      Give Changes section for next release a label
      v0.27
      Bump version after release
      Add Andy Jack aliases to .mailmap
      TCM now outputs which conf file is being used in verbose mode
      Use Travis container infrastructure
      Use $test->diag, not diag() - in Test::Code::TidyAll
      v0.28
      Bump version after release
      Update develop requires - add JSON::MaybeXS and remove AutoPrereqs-detected libs
      Don't include JSON::MaybeXS in prereqs
      Tidyall with the latest Perl::Tidy
      v0.29
      Bump version after release
      Merge pull request #41 from houseabsolute/markf/leave-tmp-dir
      v0.30
      Bump version after release
      Add DiffOnTidyError plugin for check_only mode
      v0.31
      Bump version after release
      Show plugins being used for each file in verbose mode
      Document weight in bin/tidyall
      Add item for weight to Changes file
      Tidyall code
      Merge pull request #42 from houseabsolute/markf/weighting
      v0.32

George Hartzell (3):
      Catch errors from perltidy even if perltidy -se flag set.
      emacs mode: clean up temp error-file.
      emacs support: add a provide statement so require works.

Gregory Oschwald (5):
      TidyAll expects octets, not a UTF8 string
      Don't import Capture::Tiny when it is not used
      Remove unused variable
      Do not generate warnings if the file does not have Pod
      Use JSON::MaybeXS instead of JSON

Jonas Smedegaard (1):
      Imported Upstream version 0.32~dfsg

Jonathan Swartz (4):
      Merge pull request #21 from oalders/test-mode
      Merge pull request #17 from oschwald/greg/encoding-fix
      Merge pull request #27 from oschwald/master
      add original AUTHOR

Mark Fowler (11):
      More lax parsing of Perl Critic output
      Alternative caching model
      missing ispell words
      Explictly document & test you can use a CHI instance rather than Code::TidyAll::Cache
      add version numbers
      add missing stopword
      Add ability to not clean temp files
      first stab at configurable plugin ordering (2nd attempt)
      Test the ordering attribute
      change "ordering" to "weight" as per conversation with Dave
      Refactor is_validator / weight interaction

Mark Grimes (1):
      Adds support for Perl::Tidy::Sweetened

Olaf Alders (2):
      Fixes "test" mode where it is misdocumented as "tests" mode.
      Fixes typos.

Sergey Romanov (1):
      Use Digest::SHA instead of Digest::SHA1

timgimyee (1):
      Add "shebang" to configuration

-----------------------------------------------------------------------

No new revisions were added by this update.

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