An object oriented File::Find replacement
https://metacpan.org/release/File-Find-Object
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.
With File::Find::Object you can get the next file by calling the next() function, but setting a callback is still possible.
- Devel package for openSUSE:Factory
-
1
derived packages
- Links to openSUSE:Factory / perl-File-Find-Object
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:perl/perl-File-Find-Object && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
File-Find-Object-v0.3.2.tar.gz | 0000027200 26.6 KB | |
cpanspec.yml | 0000000669 669 Bytes | |
perl-File-Find-Object.changes | 0000001246 1.22 KB | |
perl-File-Find-Object.spec | 0000002428 2.37 KB |
Revision 2 (latest revision is 12)
Dirk Stoecker (dstoecker)
accepted
request 640565
from
Dirk Stoecker (dstoecker)
(revision 2)
- Fix autogenerated changes - updated to 0.3.2 see /usr/share/doc/packages/perl-File-Find-Object/Changes 0.3.2 2017-01-13 - Made the version number consistent across the .pm files. - https://bitbucket.org/shlomif/perl-file-find-object/issues/1/wrong-version-number - Thanks to aer0 for the report. 0.3.1 2017-01-09 - Fixed an issue with tracking the depth of the inodes when detecting a symlink loop. - Detected by several cygwin reports. 0.3.0 2016-09-11 - Converted the build system to Dist-Zilla. - Part of the impetus was removing the warning about Test::TrailingSpace needed for the trailing whitespace tests (which in turn requires this modules) which was reported to us as a problem by someone (despite not being a real issue). - initial package 0.2.13
Comments 0