App-rshasum

 view release on metacpan or  search on metacpan

xt/author/eol.t  view on Meta::CPAN

use strict;
use warnings;

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

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

my @files = (
    'bin/rshasum',
    'lib/App/rshasum.pm',
    't/00-compile.t',
    't/argv.t',
    't/data/1/0.txt',
    't/data/1/2.txt',
    't/data/1/foo/empty',
    't/data/1/zempty',
    't/run.t'
);

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



( run in 1.560 second using v1.01-cache-2.11-cpan-97f6503c9c8 )