The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use strict;
use warnings;

# this test was generated with Dist::Zilla::Plugin::Test::NoTabs 0.08

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

my @files = (
    'lib/Search/GIN.pm',
    'lib/Search/GIN/Callbacks.pm',
    'lib/Search/GIN/Core.pm',
    'lib/Search/GIN/DelegateToIndexed.pm',
    'lib/Search/GIN/Driver.pm',
    'lib/Search/GIN/Driver/Hash.pm',
    'lib/Search/GIN/Driver/Pack.pm',
    'lib/Search/GIN/Driver/Pack/Delim.pm',
    'lib/Search/GIN/Driver/Pack/IDs.pm',
    'lib/Search/GIN/Driver/Pack/Length.pm',
    'lib/Search/GIN/Driver/Pack/UUID.pm',
    'lib/Search/GIN/Driver/Pack/Values.pm',
    'lib/Search/GIN/Driver/TXN.pm',
    'lib/Search/GIN/Extract.pm',
    'lib/Search/GIN/Extract/Attributes.pm',
    'lib/Search/GIN/Extract/Callback.pm',
    'lib/Search/GIN/Extract/Class.pm',
    'lib/Search/GIN/Extract/Delegate.pm',
    'lib/Search/GIN/Extract/Multiplex.pm',
    'lib/Search/GIN/Indexable.pm',
    'lib/Search/GIN/Keys.pm',
    'lib/Search/GIN/Keys/Deep.pm',
    'lib/Search/GIN/Keys/Expand.pm',
    'lib/Search/GIN/Keys/Join.pm',
    'lib/Search/GIN/Query.pm',
    'lib/Search/GIN/Query/Attributes.pm',
    'lib/Search/GIN/Query/Class.pm',
    'lib/Search/GIN/Query/Manual.pm',
    'lib/Search/GIN/Query/Set.pm',
    'lib/Search/GIN/SelfIDs.pm',
    't/00-report-prereqs.t',
    't/attrs.t',
    't/class.t',
    't/core.t',
    't/key_expansion.t',
    't/rels.t',
    'xt/author/00-compile.t',
    'xt/release/changes_has_content.t',
    'xt/release/cpan-changes.t',
    'xt/release/distmeta.t',
    'xt/release/eol.t',
    'xt/release/kwalitee.t',
    'xt/release/minimum-version.t',
    'xt/release/mojibake.t',
    'xt/release/no-tabs.t',
    'xt/release/pod-no404s.t',
    'xt/release/pod-syntax.t',
    'xt/release/portability.t'
);

notabs_ok($_) foreach @files;
done_testing;