File: eol.t

package info (click to toggle)
libtest-version-perl 2.09-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 360 kB
  • sloc: perl: 843; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 768 bytes parent folder | download | duplicates (2)
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
33
34
35
36
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/Test/Version.pm',
    't/00-compile.t',
    't/00-report-prereqs.dd',
    't/00-report-prereqs.t',
    't/all-generated.t',
    't/all-has-version-false.t',
    't/all.t',
    't/at-least-one-version.t',
    't/bare.t',
    't/consistent.t',
    't/fail.t',
    't/file-not-defined.t',
    't/inconsistent.t',
    't/missing-has-version.t',
    't/missing.t',
    't/mswin32.t',
    't/multiple-inconsistent.t',
    't/multiple.t',
    't/no-file.t',
    't/noversion.t',
    't/pass.t',
    't/strict.t',
    't/taint-workaround.t'
);

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