File: control

package info (click to toggle)
libfile-find-object-perl 0.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 300 kB
  • ctags: 73
  • sloc: perl: 2,022; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,167 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
Source: libfile-find-object-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Xavier Guimard <x.guimard@free.fr>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
               libmodule-build-perl
Build-Depends-Indep: libclass-xsaccessor-perl,
                     perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libfile-find-object-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libfile-find-object-perl.git
Homepage: https://metacpan.org/release/File-Find-Object

Package: libfile-find-object-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libclass-xsaccessor-perl
Description: object oriented File::Find replacement
 File::Find::Object does same job as File::Find but works like an object and
 with an iterator. As File::Find is not object oriented, one can't perform
 multiple searches in the same application. The second problem of File::Find
 is its file processing: after starting its main loop, one can't easily wait
 for another event and so get the next result.