File: control

package info (click to toggle)
libcode-tidyall-plugin-yaml-perl 0.000001-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 124 kB
  • sloc: perl: 54; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,055 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
Source: libcode-tidyall-plugin-yaml-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Laurent Baillet <laurent.baillet@gmail.com>
Build-Depends: debhelper-compat (= 13), libmodule-build-perl
Build-Depends-Indep: libcode-tidyall-perl,
                     libmoo-perl,
                     libyaml-perl,
                     perl
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcode-tidyall-plugin-yaml-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcode-tidyall-plugin-yaml-perl.git
Homepage: https://metacpan.org/release/Code-TidyAll-Plugin-YAML
Testsuite: autopkgtest-pkg-perl

Package: libcode-tidyall-plugin-yaml-perl
Architecture: all
Depends: ${misc:Depends},
 ${perl:Depends},
 libcode-tidyall-perl,
 libmoo-perl,
 libyaml-perl
Description: module to tidy YAML documents
 Code::TidyAll::Plugin::YAML brings YAML support to Code::TidyAll, a nice
 code linter. It relies on and behave like the YAML module.