1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: libfilesys-statvfs-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9.20120312~),
perl
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfilesys-statvfs-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libfilesys-statvfs-perl.git
Homepage: https://metacpan.org/release/Filesys-Statvfs
Package: libfilesys-statvfs-perl
Architecture: any
Depends: ${perl:Depends},
${shlibs:Depends},
${misc:Depends}
Description: Perl module for the statvfs system call
Filesys::Statvfs provides a Perl interface to the statvfs() system call.
This function returns information about a mounted file system. The package
also provides an interface to the very similar fstatvfs() system call.
|