File: no-tabs.t

package info (click to toggle)
libkiokudb-backend-dbi-perl 1.23-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 260 kB
  • sloc: perl: 1,688; makefile: 7
file content (22 lines) | stat: -rw-r--r-- 588 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
use strict;
use warnings;

# this test was generated with Dist::Zilla::Plugin::NoTabsTests 0.06

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

my @files = (
    'lib/DBIx/Class/KiokuDB.pm',
    'lib/DBIx/Class/KiokuDB/EntryProxy.pm',
    'lib/DBIx/Class/Schema/KiokuDB.pm',
    'lib/KiokuDB/Backend/DBI.pm',
    'lib/KiokuDB/Backend/DBI/Schema.pm',
    'lib/KiokuDB/TypeMap/Entry/DBIC/ResultSet.pm',
    'lib/KiokuDB/TypeMap/Entry/DBIC/ResultSource.pm',
    'lib/KiokuDB/TypeMap/Entry/DBIC/Row.pm',
    'lib/KiokuDB/TypeMap/Entry/DBIC/Schema.pm'
);

notabs_ok($_) foreach @files;
done_testing;