summaryrefslogtreecommitdiff
path: root/xt/release/no-tabs.t
blob: 9c46499a82c682093ecfb724fb9c91540f4f15f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
use strict;
use warnings;

# this test was generated with Dist::Zilla::Plugin::NoTabsTests 0.06

use Test::More 0.88;
use Test::NoTabs;

my @files = (
    'lib/Dist/CheckConflicts.pm'
);

notabs_ok($_) foreach @files;
done_testing;