]> Dogcows Code - chaz/p5-Dist-Zilla-PluginBundle-Author-CCM/blob - xt/author/no-tabs.t
41ea6ff9bf9f49a2d94c4837a0507a1930c45edc
[chaz/p5-Dist-Zilla-PluginBundle-Author-CCM] / 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/Dist/Zilla/PluginBundle/Author/CCM.pm',
11 'lib/Pod/Weaver/PluginBundle/Author/CCM.pm',
12 't/00-compile.t',
13 't/00-report-prereqs.dd',
14 't/00-report-prereqs.t',
15 't/01-basic.t',
16 'xt/author/clean-namespaces.t',
17 'xt/author/critic.t',
18 'xt/author/eol.t',
19 'xt/author/minimum-version.t',
20 'xt/author/no-tabs.t',
21 'xt/author/pod-coverage.t',
22 'xt/author/pod-no404s.t',
23 'xt/author/pod-syntax.t',
24 'xt/author/portability.t',
25 'xt/release/cpan-changes.t',
26 'xt/release/distmeta.t'
27 );
28
29 notabs_ok($_) foreach @files;
30 done_testing;
This page took 0.037852 seconds and 3 git commands to generate.