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

BEGIN {
  unless ($ENV{AUTHOR_TESTING}) {
    print qq{1..0 # SKIP these tests are for testing by the author\n};
    exit
  }
}

use strict;
use warnings;

# this test was generated with Dist::Zilla::Plugin::Test::EOL 0.19

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

my @files = (
    'bin/scan_mojibake',
    'lib/Test/Mojibake.pm',
    't/00-compile.t',
    't/00-load.t',
    't/01-bad-check.t',
    't/01-self-check.t',
    't/01-test-check.t',
    't/02-bad-source.t',
    't/02-good-source.t',
    't/03-bad-pod.t',
    't/03-good-pod.t',
    't/04-bom.t',
    't/05-encode.t',
    't/06-pp-vs-xs.t',
    't/07-broken-utf8.t',
    't/08-all-files-none-found.t',
    't/author-critic.t',
    't/author-eol.t',
    't/author-mojibake.t',
    't/author-no-tabs.t',
    't/author-pod-coverage.t',
    't/author-pod-linkcheck.t',
    't/author-pod-syntax.t',
    't/author-portability.t',
    't/author-synopsis.t',
    't/author-test-version.t',
    't/bad/bad-latin1.pl_',
    't/bad/bad-latin1.pod_',
    't/bad/bad-utf8.pl_',
    't/bad/bad-utf8.pod_',
    't/bad/bom.pl_',
    't/bad/mojibake.pod_',
    't/good/Makefile.PL',
    't/good/README',
    't/good/ascii.pl',
    't/good/ascii.pod',
    't/good/latin1.pl',
    't/good/latin1.pod',
    't/good/mojibake.pl_',
    't/good/shebang',
    't/good/utf8.pl_',
    't/good/utf8.pod',
    't/release-cpan-changes.t',
    't/release-dist-manifest.t',
    't/release-distmeta.t',
    't/release-kwalitee.t',
    't/release-meta-json.t',
    't/release-minimum-version.t',
    't/release-unused-vars.t'
);

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