1use strict;
2use warnings;
3
4use Test::More;
5
6## no critic
7eval 'use Test::Code::TidyAll 0.20';
8plan skip_all => "Test::Code::TidyAll 0.20 required to check if the code is clean."
9	if $@;
10tidyall_ok();
11