File: eol.t

package info (click to toggle)
libpath-router-perl 0.15-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 276 kB
  • sloc: perl: 1,863; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 900 bytes parent folder | download | duplicates (5)
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
use strict;
use warnings;

# this test was generated with Dist::Zilla::Plugin::EOLTests 0.18

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

my @files = (
    'lib/Path/Router.pm',
    'lib/Path/Router/Route.pm',
    'lib/Path/Router/Route/Match.pm',
    'lib/Path/Router/Shell.pm',
    'lib/Path/Router/Types.pm',
    'lib/Test/Path/Router.pm',
    't/00-compile.t',
    't/001_basic.t',
    't/002_w_optional.t',
    't/003_messy_paths.t',
    't/004_match_test.t',
    't/005_match_test_w_optional.t',
    't/006_match_w_targets.t',
    't/007_match_exact_urls.t',
    't/008_uri_for.t',
    't/009_include_other_router.t',
    't/010_example_cat_chained_URIs.t',
    't/011_incorrect_validation_warning.t',
    't/012_ambiguous_routes.t',
    't/013_false_path_components.t',
    't/014_test_path_router.t',
    't/100_bug.t'
);

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