NAME
Perl::Critic::Policy::CodeLayout::RequireTidyCode
DESCRIPTION
Conway does make specific recommendations for whitespace and curly-braces in your code, but the most important thing is to adopt a consistent layout, regardless of the specifics. And the easiest way to do that is to use Perl::Tidy. This policy will complain if you're code hasn't been run through Perl::Tidy.
NOTES
Perl::Tidy is not included in the Perl::Critic distribution. The latest version of Perl::Tidy can be downloaded from CPAN. If Perl::Tidy is not installed, this policy is silently ignored.
SEE ALSO
AUTHOR
Jeffrey Ryan Thalhammer <thaljef@cpan.org>
COPYRIGHT
Copyright (c) 2005-2006 Jeffrey Ryan Thalhammer. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of this license can be found in the LICENSE file included with this module.