File: control

package info (click to toggle)
libfile-fu-perl 0.0.8-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 276 kB
  • ctags: 173
  • sloc: perl: 1,532; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,471 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
29
30
31
32
33
34
Source: libfile-fu-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Jonathan Yu <jawnsy@cpan.org>,
           gregor herrmann <gregoa@debian.org>,
           Damyan Ivanov <dmn@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8),
               libmodule-build-perl (>= 0.380000)
Build-Depends-Indep: perl,
                     libfile-which-perl,
                     libclass-accessor-classy-perl
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libfile-fu-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libfile-fu-perl.git
Homepage: https://metacpan.org/release/File-Fu
Testsuite: autopkgtest-pkg-perl

Package: libfile-fu-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         libfile-which-perl,
         libclass-accessor-classy-perl
Description: module for manipulating files and directories as objects
 File::Fu is a Perl module that provides an method of manipulating directories
 and files as objects, making use of operator overloading to allow for precise
 composition fo paths and support for many built-in methods. It also provides
 a way to create temporary directories and files.
 .
 The interface and style provided by this module are quite different than Perl
 built-in functions or File::Spec. The syntax is concise and errors are checked
 using exceptions, so you never need to check a return code.