use
strict;
use
warnings;
# this test was generated with Dist::Zilla::Plugin::Test::NoTabs 0.15
use
Test::More 0.88;
use
Test::NoTabs;
my
@files
= (
'lib/Log/Any/Adapter/LinuxJournal.pm'
,
't/00-check-deps.t'
,
't/00-compile.t'
,
't/00-report-prereqs.dd'
,
't/00-report-prereqs.t'
,
't/basic.t'
);
notabs_ok(
$_
)
foreach
@files
;
done_testing;