From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

BEGIN {
unless ($ENV{AUTHOR_TESTING}) {
print qq{1..0 # SKIP these tests are for testing by the author\n};
exit
}
}
use strict;
# this test was generated with Dist::Zilla::Plugin::Test::EOL 0.19
use Test::More 0.88;
my @files = (
'lib/HTML/DeferableCSS.pm',
't/00-report-prereqs.dd',
't/00-report-prereqs.t',
't/author-clean-namespaces.t',
't/author-critic.t',
't/author-eof.t',
't/author-eol.t',
't/author-minimum-version.t',
't/author-no-tabs.t',
't/author-pod-coverage.t',
't/author-pod-linkcheck.t',
't/author-pod-syntax.t',
't/css_files.t',
't/css_href.t',
't/defer.t',
't/etc/css/0.css',
't/etc/css/1.css',
't/etc/css/bar.min.css',
't/etc/css/foo.css',
't/etc/css/reset.css',
't/etc/css/reset.min.css',
't/etc/perlcritic.rc',
't/inline.t',
't/release-check-manifest.t',
't/release-fixme.t',
't/release-kwalitee.t',
't/release-trailing-space.t'
);
eol_unix_ok($_, { trailing_whitespace => 1 }) foreach @files;
done_testing;