File: whitespaces.t

package info (click to toggle)
libterm-choose-linefold-xs-perl 0.001-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 280 kB
  • sloc: ansic: 2,646; perl: 10; makefile: 3
file content (21 lines) | stat: -rw-r--r-- 216 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
use 5.16.0;
use strict;
use warnings;



use Test::Whitespaces {

    dirs => [
        'lib',
        't',
        'xt',
    ],

    files => [
        'README',
        'Makefile.PL',
        'Changes',
    ],

};