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::EOL 0.17

use Test::More 0.88;
use Test::EOL;

my @files = (
    'lib/Dist/Zilla/MintingProfile/Author/ETHER.pm',
    'lib/Dist/Zilla/PluginBundle/Author/ETHER.pm',
    't/00-report-prereqs.dd',
    't/00-report-prereqs.t',
    't/01-pluginbundle-basic.t',
    't/02-minter-github.t',
    't/03-pluginbundle-server.t',
    't/04-pluginbundle-installer.t',
    't/05-pluginbundle-core.t',
    't/06-airplane.t',
    't/07-minter-dzil-plugin.t',
    't/08-minter-dzil-plugin-shorter.t',
    't/09-copy-files-from-release.t',
    't/10-extra_args.t',
    't/11-minter-default.t',
    't/corpus/global/config.ini',
    't/lib/Helper.pm',
    't/lib/NoNetworkHits.pm',
    't/lib/NoPrereqChecks.pm',
    't/zzz-check-breaks.t'
);

eol_unix_ok($_, { trailing_whitespace => 1 }) foreach @files;
done_testing;