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
|
Source: libsys-filesystem-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ansgar Burchardt <ansgar@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
perl
Build-Depends-Indep: libmodule-pluggable-perl <!nocheck>,
libparams-util-perl <!nocheck>
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libsys-filesystem-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libsys-filesystem-perl.git
Homepage: https://metacpan.org/release/Sys-Filesystem
Rules-Requires-Root: no
Package: libsys-filesystem-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libmodule-pluggable-perl,
libparams-util-perl
Description: Perl module to retrieve list of filesystems and their properties
Sys::Filesystem is intended to be a portable interface to list and query
filesystem names and their properties. It hopes to provide a consistent API
to list all, mounted, unmounted and special filesystems on a system, and
query as many properties as possible with common aliases wherever possible.
|