]> Dogcows Code - chaz/p5-Linux-Proc-Maps/blob - xt/author/no-tabs.t
e5da40345b8af741571c4bc929e662bf657e9b10
[chaz/p5-Linux-Proc-Maps] / xt / author / no-tabs.t
1 use strict;
2 use warnings;
3
4 # this test was generated with Dist::Zilla::Plugin::Test::NoTabs 0.15
5
6 use Test::More 0.88;
7 use Test::NoTabs;
8
9 my @files = (
10 'lib/Linux/Proc/Maps.pm',
11 't/00-compile.t',
12 't/00-report-prereqs.dd',
13 't/00-report-prereqs.t',
14 't/01-basic.t',
15 'xt/author/clean-namespaces.t',
16 'xt/author/critic.t',
17 'xt/author/eol.t',
18 'xt/author/no-tabs.t',
19 'xt/author/pod-coverage.t',
20 'xt/author/pod-no404s.t',
21 'xt/author/pod-syntax.t',
22 'xt/author/portability.t',
23 'xt/release/cpan-changes.t',
24 'xt/release/distmeta.t'
25 );
26
27 notabs_ok($_) foreach @files;
28 done_testing;
This page took 0.035408 seconds and 3 git commands to generate.