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.
|