File: control

package info (click to toggle)
libtest-name-fromline-perl 0.13-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 272 kB
  • ctags: 289
  • sloc: perl: 3,243; makefile: 13
file content (29 lines) | stat: -rw-r--r-- 982 bytes parent folder | download | duplicates (2)
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
Source: libtest-name-fromline-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
 devscripts,
 perl,
 libmodule-build-perl,
 debhelper,
 dh-buildinfo,
 perl (>= 5.13.10) | libcpan-meta-perl,
 libtest-differences-perl,
 libtest-fatal-perl,
 libfile-slurp-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-name-fromline-perl
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-name-fromline-perl.git
Homepage: https://github.com/cho45/Test-Name-FromLine

Package: libtest-name-fromline-perl
Architecture: all
Depends: ${cdbs:Depends},
 ${misc:Depends},
 ${perl:Depends}
Description: auto fill test names from caller line
 Test::Name::FromLine is a test utility that fills test names from its
 file.  Just use the module in the test file and it will fill test names
 to all tests except named ones.