Blame t/author-no-tabs.t

Packit 3f72c8
Packit 3f72c8
BEGIN {
Packit 3f72c8
  unless ($ENV{AUTHOR_TESTING}) {
Packit 3f72c8
    require Test::More;
Packit 3f72c8
    Test::More::plan(skip_all => 'these tests are for testing by the author');
Packit 3f72c8
  }
Packit 3f72c8
}
Packit 3f72c8
Packit 3f72c8
use strict;
Packit 3f72c8
use warnings;
Packit 3f72c8
Packit 3f72c8
# this test was generated with Dist::Zilla::Plugin::Test::NoTabs 0.15
Packit 3f72c8
Packit 3f72c8
use Test::More 0.88;
Packit 3f72c8
use Test::NoTabs;
Packit 3f72c8
Packit 3f72c8
my @files = (
Packit 3f72c8
    'lib/Math/Int64.pm',
Packit 3f72c8
    'lib/Math/Int64/die_on_overflow.pm',
Packit 3f72c8
    'lib/Math/Int64/native_if_available.pm',
Packit 3f72c8
    'lib/Math/UInt64.pm',
Packit 3f72c8
    't/00-compile.t',
Packit 3f72c8
    't/00-report-prereqs.dd',
Packit 3f72c8
    't/00-report-prereqs.t',
Packit 3f72c8
    't/MSC.t',
Packit 3f72c8
    't/Math-Int64-Native.t',
Packit 3f72c8
    't/Math-Int64.t',
Packit 3f72c8
    't/Math-UInt64-Native.t',
Packit 3f72c8
    't/Math-UInt64.t',
Packit 3f72c8
    't/as_int64.t',
Packit 3f72c8
    't/author-eol.t',
Packit 3f72c8
    't/author-no-tabs.t',
Packit 3f72c8
    't/author-pod-spell.t',
Packit 3f72c8
    't/author-pod-syntax.t',
Packit 3f72c8
    't/die_on_overflow.t',
Packit 3f72c8
    't/pow.t',
Packit 3f72c8
    't/release-cpan-changes.t',
Packit 3f72c8
    't/release-pod-coverage.t',
Packit 3f72c8
    't/release-portability.t',
Packit 3f72c8
    't/release-synopsis.t',
Packit 3f72c8
    't/storable.t'
Packit 3f72c8
);
Packit 3f72c8
Packit 3f72c8
notabs_ok($_) foreach @files;
Packit 3f72c8
done_testing;