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 45
|
Source: libtest-files-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Sascha Steinbiss <sascha@steinbiss.name>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libarchive-zip-perl <!nocheck>,
libclass-xsaccessor-perl <!nocheck>,
libconst-fast-perl <!nocheck>,
libdata-compare-perl <!nocheck>,
libfile-chdir-perl <!nocheck>,
libfile-copy-recursive-perl <!nocheck>,
libpadwalker-perl <!nocheck>,
libpath-tiny-perl (>= 0.144) <!nocheck>,
libtest-expander-perl <!nocheck>,
libtest-simple-perl <!nocheck>,
libtest2-suite-perl <!nocheck>,
libtext-diff-perl <!nocheck>,
perl
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-files-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-files-perl.git
Homepage: https://metacpan.org/release/Test-Files
Rules-Requires-Root: no
Package: libtest-files-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libalgorithm-diff-perl,
libclass-xsaccessor-perl,
libconst-fast-perl,
libdata-compare-perl,
libfile-chdir-perl,
libpadwalker-perl,
libpath-tiny-perl (>= 0.144),
libtest-simple-perl,
libtest2-suite-perl,
libtext-diff-perl
Description: module to ease testing with files and directories
The Test::Files module is meant to ease testing with files and directories,
e.g. to compare the contents of a file to a string, compare the contents of
two files, check a directory for the presence of a list of files, compare all
text files in two directories reporting any differences, etc.
|