Acme-Waterkip
view release on metacpan or search on metacpan
MANIFEST.SKIP
META.json
META.yml
Makefile.PL
README.md
cpanfile
dist.ini
lib/Acme/Waterkip.pm
t/00-compile.t
t/01-basic.t
xt/author/eol.t
xt/author/minimum-version.t
xt/author/mojibake.t
xt/author/no-tabs.t
xt/author/pod-coverage.t
xt/author/pod-linkcheck.t
xt/author/pod-syntax.t
xt/author/portability.t
xt/author/synopsis.t
xt/author/test-version.t
xt/release/cpan-changes.t
xt/author/eol.t view on Meta::CPAN
use Test::More 0.88;
use Test::EOL;
my @files = (
'lib/Acme/Waterkip.pm',
't/00-compile.t',
't/01-basic.t'
);
eol_unix_ok($_, { trailing_whitespace => 1 }) foreach @files;
done_testing;
( run in 0.679 second using v1.01-cache-2.11-cpan-8f98c5d2c55 )