File: no-tabs.t

package info (click to toggle)
libmoosex-method-signatures-perl 0.49-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 496 kB
  • sloc: perl: 969; makefile: 8
file content (71 lines) | stat: -rw-r--r-- 1,774 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
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
use strict;
use warnings;

# this test was generated with Dist::Zilla::Plugin::Test::NoTabs 0.15

use Test::More 0.88;
use Test::NoTabs;

my @files = (
    'lib/MooseX/Method/Signatures.pm',
    'lib/MooseX/Method/Signatures/Meta/Method.pm',
    'lib/MooseX/Method/Signatures/Types.pm',
    't/00-load.t',
    't/00-report-prereqs.dd',
    't/00-report-prereqs.t',
    't/attributes.t',
    't/basic.t',
    't/caller.t',
    't/closure.t',
    't/declarators.t',
    't/errors.t',
    't/eval.t',
    't/lib/InvalidCase01.pm',
    't/lib/InvalidCase02.pm',
    't/lib/MXMSLabeled.pm',
    't/lib/MXMSMoody.pm',
    't/lib/My/Annoyingly/Long/Name/Space.pm',
    't/lib/Redefined.pm',
    't/lib/TestClass.pm',
    't/lib/TestClassTrait.pm',
    't/lib/TestClassWithMxTypes.pm',
    't/list.t',
    't/meta.t',
    't/method-trait.t',
    't/named_defaults.t',
    't/no_signature.t',
    't/placeholders.t',
    't/precedence.t',
    't/quoted_name.t',
    't/return_value.t',
    't/signatures.t',
    't/sigs-optional.t',
    't/structured.t',
    't/synopsis.t',
    't/too_many_args.t',
    't/traits.t',
    't/type_alias.t',
    't/types.t',
    't/undef_method_arg.t',
    't/undef_method_arg2.t',
    't/where.t',
    't/zzz-check-breaks.t',
    'xt/author/00-compile.t',
    'xt/author/clean-namespaces.t',
    'xt/author/eol.t',
    'xt/author/kwalitee.t',
    'xt/author/mojibake.t',
    'xt/author/no-tabs.t',
    'xt/author/pod-spell.t',
    'xt/author/transactional-authorized.t',
    'xt/release/changes_has_content.t',
    'xt/release/cpan-changes.t',
    'xt/release/distmeta.t',
    'xt/release/minimum-version.t',
    'xt/release/pod-no404s.t',
    'xt/release/pod-syntax.t',
    'xt/release/portability.t'
);

notabs_ok($_) foreach @files;
done_testing;