File: eol.t

package info (click to toggle)
libmodule-runtime-perl 0.018-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 292 kB
  • sloc: perl: 264; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 618 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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 = (
    'lib/Module/Runtime.pm',
    't/cmn.t',
    't/dependency.t',
    't/import_error.t',
    't/ivmn.t',
    't/ivms.t',
    't/lib/t/Break.pm',
    't/lib/t/Context.pm',
    't/lib/t/Eval.pm',
    't/lib/t/Hints.pm',
    't/lib/t/Nest0.pm',
    't/lib/t/Nest1.pm',
    't/lib/t/Simple.pm',
    't/mnf.t',
    't/rm.t',
    't/taint.t',
    't/um.t',
    't/upo.t',
    't/upo_overridden.t'
);

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