File-Find-Object provides Perl programmers with an object-oriented alternative to the core File::Find module for traversing a directory structure, which has some serious interface limitations. It can be instantiated, can be interrupted in the middle, has an iterative interface, and can also return result objects.
| Tags | Filesystems Software Development Libraries Perl Modules |
|---|---|
| Licenses | GPL Artistic |
| Operating Systems | POSIX OS Independent |
| Implementation | Perl |
Recent releases


Changes: Some resources, links, and keywords were added to the META.yml.


Changes: An optimization has been made to the components list. is_file() and is_link() accessors have been added to the File::Find::Object::Result object, and is_dir() has been made more robust.


Changes: Several optimizations were incorporated. The licensing blurbs of the Perl modules in the distribution were clarified.


Changes: Many speed improvements were made. The nocrossfs option has been been fixed, and symbolic links are now properly stat()'ed. Behavior on Windows has been fixed.


No changes have been submitted for this release.