1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
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/Syntax/Feature/Junction.pm',
'lib/Syntax/Keyword/Junction.pm',
'lib/Syntax/Keyword/Junction/All.pm',
'lib/Syntax/Keyword/Junction/Any.pm',
'lib/Syntax/Keyword/Junction/Base.pm',
'lib/Syntax/Keyword/Junction/None.pm',
'lib/Syntax/Keyword/Junction/One.pm',
't/00-compile.t',
't/00-report-prereqs.dd',
't/00-report-prereqs.t',
't/01_use.t',
't/all.t',
't/any.t',
't/import_tags.t',
't/join.t',
't/no_import.t',
't/none.t',
't/one.t',
't/smartmatch.t',
't/syntax.t'
);
notabs_ok($_) foreach @files;
done_testing;
|