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

BEGIN {
  unless ($ENV{AUTHOR_TESTING}) {
    require Test::More;
    Test::More::plan(skip_all => 'these tests are for testing by the author');
  }
}

use strict;
use warnings;

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

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

my @files = (
    'lib/Data/DPath.pm',
    'lib/Data/DPath/Attrs.pm',
    'lib/Data/DPath/Context.pm',
    'lib/Data/DPath/Filters.pm',
    'lib/Data/DPath/Path.pm',
    'lib/Data/DPath/Point.pm',
    'lib/Data/DPath/Step.pm',
    't/00-load.t',
    't/author-eol.t',
    't/author-no-tabs.t',
    't/basics_without_overload.t',
    't/bigdata.dump',
    't/bigdata2.dump',
    't/cyclic_structures.t',
    't/data_dpath.t',
    't/iterator.t',
    't/matchr.t',
    't/optimization.t',
    't/parallel.t',
    't/path.t',
    't/references.t',
    't/regressions.t',
    't/release-pod-coverage.t',
    't/release-pod-syntax.t',
    't/zeros.t'
);

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