View | Details | Raw Unified | Return to bug 39876
Collapse All | Expand All

(-)a/xt/tt_tidy.t (-2 / +1 lines)
Lines 26-32 use Sys::CPU; Link Here
26
use Koha::Devel::Files;
26
use Koha::Devel::Files;
27
27
28
my $dev_files = Koha::Devel::Files->new( { context => 'tidy' } );
28
my $dev_files = Koha::Devel::Files->new( { context => 'tidy' } );
29
my @tt_files  = $dev_files->ls_perl_files;
29
my @tt_files  = $dev_files->ls_tt_files;
30
30
31
$Test::Strict::TEST_STRICT = 0;
31
$Test::Strict::TEST_STRICT = 0;
32
32
33
- 

Return to bug 39876