1use strict;
2use Test;
3
4BEGIN { plan tests => 1 }
5
6use Perl::Tidy;
7
8ok(1);
9
10