The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.0.9 - 2008-02-22

  • Now running canonpath() on the targets in the call to File::Find::Object->new. That way, trailing slashes are omitted in the results.
  • Allow File::Find::Object to properly accept paths to regular files as input paths. Fixes: http://rt.cpan.org/Public/Bug/Display.html?id=33453 Thanks to Sergey V Panteleev for reporting the bug.
  • TODO : check behavior on traversing non-existant paths.
    • Done.
  • Now skipping non-existant files.
    • Added a test for it in t/03traverse.t

Modules

An object oriented File::Find replacement
base class for File::Find::Object

Provides

in lib/File/Find/Object.pm

Examples