File: precious.toml

package info (click to toggle)
libhttp-browserdetect-perl 3.45-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,232 kB
  • sloc: perl: 3,114; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 517 bytes parent folder | download | duplicates (4)
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
exclude = [
    "blib",
    ".build",
    "HTTP-BrowserDetect-*",
    "inc",
    "t/00-*",
    "t/author-*",
    "test-data",
    "t/release-*",
    "xt/author",
    "xt/release",
]

[commands.perlimports]
type = "tidy"
include = [ "**/*.{pl,pm,t,psgi}" ]
cmd = [ "perlimports" ]
tidy_flags = [
    "--libs", "lib,t/lib",
    "--log-filename", "/tmp/perlimports.txt",
    "--log-level", "debug",
    "--no-preserve-duplicates",
    "--no-preserve-unused",
    "-i",
    "-f",
]
ok_exit_codes = 0
expect_stderr = true