File: eol.t

package info (click to toggle)
libmoosex-methodattributes-perl 0.32-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 496 kB
  • sloc: perl: 648; makefile: 2
file content (78 lines) | stat: -rw-r--r-- 2,606 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
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/MooseX/MethodAttributes.pm',
    'lib/MooseX/MethodAttributes/Inheritable.pm',
    'lib/MooseX/MethodAttributes/Role.pm',
    'lib/MooseX/MethodAttributes/Role/AttrContainer.pm',
    'lib/MooseX/MethodAttributes/Role/AttrContainer/Inheritable.pm',
    'lib/MooseX/MethodAttributes/Role/Meta/Class.pm',
    'lib/MooseX/MethodAttributes/Role/Meta/Map.pm',
    'lib/MooseX/MethodAttributes/Role/Meta/Method.pm',
    'lib/MooseX/MethodAttributes/Role/Meta/Method/MaybeWrapped.pm',
    'lib/MooseX/MethodAttributes/Role/Meta/Method/Wrapped.pm',
    'lib/MooseX/MethodAttributes/Role/Meta/Role.pm',
    'lib/MooseX/MethodAttributes/Role/Meta/Role/Application.pm',
    'lib/MooseX/MethodAttributes/Role/Meta/Role/Application/Summation.pm',
    't/00-report-prereqs.dd',
    't/00-report-prereqs.t',
    't/basic.t',
    't/calling.t',
    't/catalyst.t',
    't/catalyst_role.t',
    't/catalyst_role_method_exclusion.t',
    't/catalyst_role_preexist_methods.t',
    't/inherited.t',
    't/inherited_non_moose_multilevel.t',
    't/late_reinitialize.t',
    't/lib/BaseClass.pm',
    't/lib/CatalystLike/Controller.pm',
    't/lib/CatalystLike/Controller/Moose.pm',
    't/lib/CatalystLike/Controller/Moose/MethodModifiers.pm',
    't/lib/ClassUsingRoleWithAttributes.pm',
    't/lib/OtherRoleWithAttributes.pm',
    't/lib/OtherSubClass.pm',
    't/lib/RoleWithAttributes.pm',
    't/lib/SubClass.pm',
    't/lib/SubClassUseBaseAndUseMoose.pm',
    't/lib/SubSubClass.pm',
    't/lib/TestClass.pm',
    't/lib/UsesMultipleRoles.pm',
    't/multiple_roles.t',
    't/multiple_roles_astrait.t',
    't/override_method_with_no_attribute.t',
    't/param_role.t',
    't/role.t',
    't/role_applied.t',
    't/role_comp.t',
    't/role_in_role.t',
    't/role_in_role_more.t',
    't/role_method_conflict_detection.t',
    't/role_with_anon_class.t',
    't/zzz-check-breaks.t',
    'xt/author/00-compile.t',
    'xt/author/changes_has_content.t',
    'xt/author/clean-namespaces.t',
    'xt/author/eol.t',
    'xt/author/kwalitee.t',
    'xt/author/minimum-version.t',
    'xt/author/mojibake.t',
    'xt/author/no-tabs.t',
    'xt/author/pod-coverage.t',
    'xt/author/pod-no404s.t',
    'xt/author/pod-spell.t',
    'xt/author/pod-syntax.t',
    'xt/author/portability.t',
    'xt/release/changes_has_content.t',
    'xt/release/cpan-changes.t',
    'xt/release/distmeta.t'
);

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