File: no-tabs.t

package info (click to toggle)
libapp-nopaste-perl 1.012-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 456 kB
  • sloc: perl: 1,334; makefile: 2
file content (55 lines) | stat: -rw-r--r-- 1,539 bytes parent folder | download | duplicates (3)
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
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/App/Nopaste.pm',
    'lib/App/Nopaste/Command.pm',
    'lib/App/Nopaste/Service.pm',
    'lib/App/Nopaste/Service/Codepeek.pm',
    'lib/App/Nopaste/Service/Debian.pm',
    'lib/App/Nopaste/Service/Gist.pm',
    'lib/App/Nopaste/Service/GitLab.pm',
    'lib/App/Nopaste/Service/Mojopaste.pm',
    'lib/App/Nopaste/Service/PastebinCom.pm',
    'lib/App/Nopaste/Service/Pastie.pm',
    'lib/App/Nopaste/Service/Shadowcat.pm',
    'lib/App/Nopaste/Service/Snitch.pm',
    'lib/App/Nopaste/Service/Ubuntu.pm',
    'lib/App/Nopaste/Service/ssh.pm',
    'script/nopaste',
    't/00-report-prereqs.dd',
    't/00-report-prereqs.t',
    't/000-load.t',
    't/001-subclass_cmd.t',
    't/002-encoding.t',
    't/003-command.t',
    't/004-02-debian.t',
    't/004-03-gist.t',
    't/004-04-mojopaste.t',
    't/004-06-pastie.t',
    't/004-07-shadowcat.t',
    't/004-08-snitch.t',
    't/004-10-ubuntu.t',
    't/004-service.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-spell.t',
    'xt/author/pod-syntax.t',
    'xt/author/portability.t',
    'xt/release/changes_has_content.t',
    'xt/release/cpan-changes.t'
);

notabs_ok($_) foreach @files;
done_testing;