App-wu
view release on metacpan or search on metacpan
LICENSE
MANIFEST
META.json
META.yml
Makefile.PL
bin/wu
cpanfile
dist.ini
lib/App/wu.pm
t/wu.t
xt/author/eol.t
xt/author/pod-coverage.t
xt/author/pod-syntax.t
xt/author/eol.t view on Meta::CPAN
use Test::More 0.88;
use Test::EOL;
my @files = (
'bin/wu',
'lib/App/wu.pm',
't/wu.t'
);
eol_unix_ok($_, { trailing_whitespace => 1 }) foreach @files;
done_testing;
( run in 0.527 second using v1.01-cache-2.11-cpan-98e64b0badf )