Name: | perl-File-Find-Object |
---|---|
Version: | 0.2.11 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 50233 |
License: | GPLv2+ or Artistic |
RPM: | perl-File-Find-Object-0.2.11-1.el7.noarch.rpm |
Source RPM: | perl-File-Find-Object-0.2.11-1.el7.src.rpm |
Build Date: | Thu Nov 02 2017 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/File-Find-Object/ |
Summary: | Object oriented File::Find replacement |
Description: | File::Find::Object does the same job as File::Find but works like an object and with an iterator. As File::Find is not object oriented, one cannot perform multiple searches in the same application. The second problem of File::Find is its file processing: after starting its main loop, one cannot easily wait for another event and so get the next result. |