File: no-tabs.t

package info (click to toggle)
libdist-zilla-config-slicer-perl 0.202-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 276 kB
  • sloc: perl: 299; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 655 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
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/Dist/Zilla/Config/Slicer.pm',
    'lib/Dist/Zilla/PluginBundle/ConfigSlicer.pm',
    'lib/Dist/Zilla/Role/PluginBundle/Config/Slicer.pm',
    't/00-compile.t',
    't/00-report-prereqs.dd',
    't/00-report-prereqs.t',
    't/bundle-filter.t',
    't/bundle-role.t',
    't/lib/Dist/Zilla/Config/Slicer/Test/Bundle.pm',
    't/lib/Dist/Zilla/Config/Slicer/Test/Bundle/Easy.pm',
    't/lib/Dist/Zilla/PluginBundle/Near_Empty.pm',
    't/slicer.t'
);

notabs_ok($_) foreach @files;
done_testing;