File: control

package info (click to toggle)
libfile-checktree-perl 4.42-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 120 kB
  • ctags: 3
  • sloc: perl: 253; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 809 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
Source: libfile-checktree-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfile-checktree-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libfile-checktree-perl.git
Homepage: https://metacpan.org/release/File-CheckTree/

Package: libfile-checktree-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: module for running many filetest checks on a tree
 File::CheckTree provides a convenient way to provide a recipe of tests
 on filesystem trees in a hierachical way, using the single validate()
 function.