The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more
12345678910111213141516 use strict;use warnings;# this test was generated with Dist::Zilla::Plugin::Test::NoTabs 0.15use Test::More 0.88;use Test::NoTabs;my @files = ( 'lib/Module/Format/AsHTML.pm', 't/00-compile.t', 't/as-html.t');notabs_ok($_) foreach @files;done_testing;
use
strict;
warnings;
# this test was generated with Dist::Zilla::Plugin::Test::NoTabs 0.15
Test::More 0.88;
Test::NoTabs;
my
@files
= (
'lib/Module/Format/AsHTML.pm'
,
't/00-compile.t'
't/as-html.t'
);
notabs_ok(
$_
)
foreach
;
done_testing;