6 lines
79 B
Perl
6 lines
79 B
Perl
|
#!/usr/bin/perl
|
||
|
|
||
|
use Test::PerlTidy;
|
||
|
|
||
|
run_tests(perltidyrc => 't/perltidyrc');
|