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 29 30
|
Source: libsys-filesystem-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Alejandro Garrido Mota <garridomota@gmail.com>,
Jonathan Yu <jawnsy@cpan.org>,
Franck Joncourt <franck@debian.org>,
Ansgar Burchardt <ansgar@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8),
perl
Build-Depends-Indep: libmodule-pluggable-perl,
libparams-util-perl
Standards-Version: 3.9.5
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libsys-filesystem-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libsys-filesystem-perl.git
Homepage: https://metacpan.org/release/Sys-Filesystem
Testsuite: autopkgtest-pkg-perl
Package: libsys-filesystem-perl
Architecture: all
Depends: ${perl:Depends},
${misc: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.
|