File: control

package info (click to toggle)
libio-dirent-perl 0.05-2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 84 kB
  • sloc: perl: 57; makefile: 4
file content (19 lines) | stat: -rw-r--r-- 670 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: libio-dirent-perl
Section: perl
Priority: optional
Build-Depends: debhelper-compat (=13), perl
Maintainer: Ludovic Drolez <ldrolez@debian.org>
Standards-Version: 4.7.0
Homepage: https://metacpan.org/dist/IO-Dirent/
Rules-Requires-Root: no

Package: libio-dirent-perl
Architecture: any
Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}, 
Enhances: backuppc
Description: Perl module for accessing dirent structs returned by readdir
 Returns a list of hashrefs. Each hashref contains the name of the
 directory entry, its inode for the filesystem it resides on and its
 type (if available). 
 .
 This module can be used by backuppc to speed up back-ups.