File: no-tabs.t

package info (click to toggle)
libcgi-application-plugin-tt-perl 1.05%2B~cs1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 440 kB
  • sloc: perl: 806; makefile: 17
file content (27 lines) | stat: -rw-r--r-- 631 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
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/CGI/Application/Plugin/TT/LastModified.pm',
    't/00-report-prereqs.dd',
    't/00-report-prereqs.t',
    't/01-compile.t',
    't/auto-last-modified.t',
    't/last-modified.t',
    't/lib/TestApp/AutoLastModified.pm',
    't/lib/TestApp/LastModified.pm',
    't/lib/TestApp/Plain.pm',
    't/lib/TestApp/base.pm',
    't/plain.t',
    't/templates/bottom.html',
    't/templates/index.html',
    't/templates/top.html'
);

notabs_ok($_) foreach @files;
done_testing;