mourningdove/t/02-tidy.t

9 lines
141 B
Perl
Raw Normal View History

2026-05-24 01:03:05 +00:00
use strict;
use warnings;
use lib "$ENV{LJHOME}/extlib/lib/perl5";
use Test::More;
use Test::Code::TidyAll 0.20;
tidyall_ok( jobs => 10 );