File: control

package info (click to toggle)
libtest-file-contents-perl 0.23-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 128 kB
  • ctags: 13
  • sloc: perl: 460; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,187 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
Source: libtest-file-contents-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Alessandro Ghedini <ghedo@debian.org>,
           Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
               libmodule-build-perl
Build-Depends-Indep: perl,
                     libtext-diff-perl
Standards-Version: 3.9.7
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-file-contents-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtest-file-contents-perl.git
Homepage: https://metacpan.org/release/Test-File-Contents

Package: libtest-file-contents-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libtext-diff-perl
Description: Perl module for testing the contents of files
 Test::File::Contents provides a set of routines useful to construct
 tests that examine the content of files.
 .
 It can check for an exact match and for a regexp match against the file's
 contents, but also if the file's contents do not match a string or a
 regexp and whether a file matches or not a given md5sum.