Code::TidyAll::Plugin::DiffOnTidyError(3) Include a diff in error message when

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.

AUTHORS

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.