Source: libfile-find-object-perl Maintainer: Debian Perl Group Uploaders: Xavier Guimard 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.