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
|
Source: libtest-file-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl (>= 5.6.0-12),
libtest-manifest-perl (>= 1.14),
libtest-pod-perl (>= 1.00),
libtest-pod-coverage-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jeremiah C. Foster <jeremiah@jeremiahfoster.com>,
Ryan Niebur <ryanryan52@gmail.com>, gregor herrmann <gregoa@debian.org>,
Salvatore Bonaccorso <salvatore.bonaccorso@gmail.com>
Standards-Version: 3.8.1
Homepage: http://search.cpan.org/dist/Test-File/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtest-file-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtest-file-perl/
Package: libtest-file-perl
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
Description: Perl module to test file attributes
Test::File provides a collection of test utilities for file attributes.
.
Some file attributes depend on the owner of the process testing the file in
the same way the file test operators do. For instance, root (or super-user or
Administrator) may always be able to read files no matter the permissions.
|