8 lines
141 B
Perl
8 lines
141 B
Perl
use strict;
|
|
use warnings;
|
|
use lib "$ENV{LJHOME}/extlib/lib/perl5";
|
|
|
|
use Test::More;
|
|
use Test::Code::TidyAll 0.20;
|
|
|
|
tidyall_ok( jobs => 10 );
|