File: control

package info (click to toggle)
libfile-util-perl 4.161950-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 796 kB
  • ctags: 159
  • sloc: perl: 3,445; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 1,169 bytes parent folder | download
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
Source: libfile-util-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki@debian.org>,
           Xavier Guimard <x.guimard@free.fr>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
               libmodule-build-perl
Build-Depends-Indep: libunicode-utf8-perl,
                     libtest-nowarnings-perl,
                     perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libfile-util-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libfile-util-perl.git
Homepage: https://metacpan.org/release/File-Util

Package: libfile-util-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Recommends: libunicode-utf8-perl
Description: Perl extension to handle files easily
 File::Util provides a comprehensive toolbox of utilities to automate all
 kinds of common tasks on files / directories.  Its purpose is to do so
 in the most portable manner possible so that users of this module won't
 have to worry about whether their programs will work on other OSes
 and machines.