Fix tests for updated Perl::Tidy

This commit is contained in:
Duncan Ferguson 2018-03-03 15:29:13 +00:00
parent e0d062e20a
commit 651c756f55
2 changed files with 6 additions and 6 deletions

View file

@ -125,7 +125,7 @@ my $build = $class->new(
'CPAN::Changes' => 0.27, 'CPAN::Changes' => 0.27,
'File::Slurp' => 0, 'File::Slurp' => 0,
'Test::PerlTidy' => 0, 'Test::PerlTidy' => 0,
'Perl::Tidy' => 20171214, 'Perl::Tidy' => 20180220,
}, },
recommends => { 'Sort::Naturally' => 0, }, recommends => { 'Sort::Naturally' => 0, },
configure_requires => { 'Module::Build' => 0, }, configure_requires => { 'Module::Build' => 0, },