]> Dogcows Code - chaz/homebank2ledger/blob - xt/author/no-tabs.t
Version 0.001
[chaz/homebank2ledger] / 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 'bin/homebank2ledger',
11 'lib/App/HomeBank2Ledger.pm',
12 'lib/App/HomeBank2Ledger/Formatter.pm',
13 'lib/App/HomeBank2Ledger/Formatter/Beancount.pm',
14 'lib/App/HomeBank2Ledger/Formatter/Ledger.pm',
15 'lib/App/HomeBank2Ledger/Ledger.pm',
16 'lib/App/HomeBank2Ledger/Util.pm',
17 'lib/File/HomeBank.pm',
18 't/00-compile.t',
19 't/00-report-prereqs.dd',
20 't/00-report-prereqs.t',
21 'xt/author/critic.t',
22 'xt/author/eol.t',
23 'xt/author/minimum-version.t',
24 'xt/author/no-tabs.t',
25 'xt/author/pod-coverage.t',
26 'xt/author/pod-no404s.t',
27 'xt/author/pod-syntax.t',
28 'xt/author/portability.t',
29 'xt/release/consistent-version.t',
30 'xt/release/cpan-changes.t',
31 'xt/release/distmeta.t'
32 );
33
34 notabs_ok($_) foreach @files;
35 done_testing;
This page took 0.03179 seconds and 4 git commands to generate.