File: control

package info (click to toggle)
libdist-zilla-plugin-test-eol-perl 0.19-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 348 kB
  • sloc: perl: 340; makefile: 2
file content (44 lines) | stat: -rw-r--r-- 1,814 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Source: libdist-zilla-plugin-test-eol-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: intrigeri <intrigeri@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 12),
               libmodule-build-tiny-perl
Build-Depends-Indep: libdata-section-perl,
                     libdist-zilla-perl,
                     libfile-pushd-perl,
                     libmodule-metadata-perl,
                     libmoose-perl,
                     libnamespace-autoclean-perl,
                     libpath-tiny-perl,
                     libsub-exporter-formethods-perl,
                     libtest-deep-perl,
                     libtest-eol-perl,
                     libtest-simple-perl,
                     libtest-warnings-perl,
                     perl
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libdist-zilla-plugin-test-eol-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libdist-zilla-plugin-test-eol-perl.git
Homepage: https://metacpan.org/release/Dist-Zilla-Plugin-Test-EOL
Rules-Requires-Root: no

Package: libdist-zilla-plugin-test-eol-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libdata-section-perl,
         libdist-zilla-perl,
         libmoose-perl,
         libnamespace-autoclean-perl,
         libpath-tiny-perl,
         libsub-exporter-formethods-perl
Recommends: libtest-eol-perl
Description: Dist::Zilla plugin to make sure that correct line endings are used
 Dist::Zilla::Plugin::Test::EOL adds xt/author/eol.t, a standard Test::EOL test.
 It is an extension of Dist::Zilla::Plugin::InlineFiles.
 .
 This plugin allows one to configure e.g. the FileFinder used for finding files
 to check.