Subject: | Test failure if Perl::Tidy is not installed |
In 0.15, the test t/20_policies_codelayout.t fails on the 'Untidy code'
test if Perl::Tidy is not installed, because
Perl::Critic::Policy::CodeLayout::RequireTidyCode silently "succeeds" in
this case. Either the test needs to account for Perl::Tidy not being
installed, or Perl::Tidy needs to be listed as a prereq for Perl::Critic.