File: no-tabs.t

package info (click to toggle)
libsyntax-keyword-junction-perl 0.003009-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 260 kB
  • sloc: perl: 869; makefile: 7
file content (33 lines) | stat: -rw-r--r-- 747 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
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/Syntax/Feature/Junction.pm',
    'lib/Syntax/Keyword/Junction.pm',
    'lib/Syntax/Keyword/Junction/All.pm',
    'lib/Syntax/Keyword/Junction/Any.pm',
    'lib/Syntax/Keyword/Junction/Base.pm',
    'lib/Syntax/Keyword/Junction/None.pm',
    'lib/Syntax/Keyword/Junction/One.pm',
    't/00-compile.t',
    't/00-report-prereqs.dd',
    't/00-report-prereqs.t',
    't/01_use.t',
    't/all.t',
    't/any.t',
    't/import_tags.t',
    't/join.t',
    't/no_import.t',
    't/none.t',
    't/one.t',
    't/smartmatch.t',
    't/syntax.t'
);

notabs_ok($_) foreach @files;
done_testing;