Provided by: libcode-tidyall-perl_0.32~dfsg-1_all bug

NAME

       Code::TidyAll::Plugin::DiffOnTidyError - Include a diff in error message when code needs
       tidying

VERSION

       version 0.32

SYNOPSIS

          # In configuration:

          [DiffOnTidyError]
          select = **/*

DESCRIPTION

       When running Code::TidyAll in "check_only" mode, for example via Test::Code::TidyAll, this
       plugin adds a diff to the output when a file needs to be tidied. This plugin uses the diff
       command, and will simply die if it cannot find one in your $PATH.

       This is helpful if you're trying to figure out what a test is failing on.

SEE ALSO

       Code::TidyAll

AUTHORS

       ·   Jonathan Swartz <swartz@pobox.com>

       ·   Dave Rolsky <autarch@urth.org>

COPYRIGHT AND LICENSE

       This software is copyright (c) 2011 - 2015 by Jonathan Swartz.

       This is free software; you can redistribute it and/or modify it under the same terms as
       the Perl 5 programming language system itself.