File: control

package info (click to toggle)
libtest-synopsis-expectation-perl 0.12-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 216 kB
  • sloc: perl: 303; makefile: 2; sh: 1
file content (30 lines) | stat: -rw-r--r-- 1,043 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
Source: libtest-synopsis-expectation-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Jonas Smedegaard <dr@jones.dk>,
Section: perl
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 libmodule-build-perl,
Build-Depends-Indep:
 libppi-perl <!nocheck>,
 perl,
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-synopsis-expectation-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-synopsis-expectation-perl.git
Homepage: https://metacpan.org/pod/Test::Synopsis::Expectation
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-perl

Package: libtest-synopsis-expectation-perl
Architecture: all
Depends:
 libppi-perl,
 ${misc:Depends},
 ${perl:Depends},
Description: test that SYNOPSIS code produces expected results
 Test::Synopsis::Expectation checks
 that a perl module's SYNOPSIS section is syntactically correct,
 and will also check that it produces the expected results,
 based on annotations you add in comments.