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/Set/Light.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/author-portability.t',
't/hash.t',
't/lightpm.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;