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
|
Source: libtest-name-fromline-perl
Section: perl
Priority: optional
Build-Depends: cdbs,
devscripts,
perl,
libmodule-build-perl,
debhelper (>= 10~),
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: https://salsa.debian.org/perl-team/modules/packages/libtest-name-fromline-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-name-fromline-perl
Homepage: https://github.com/cho45/Test-Name-FromLine
Testsuite: autopkgtest-pkg-perl
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.
Multi-Arch: foreign
|