Changes for version 0.1.7 - 2009-01-15

  • Fixed the check-for-link and for directory semantics on Windows and other systems. Converted to "perldoc -f lstat" instead of "perldoc -f stat", and using stat only for symbolic links to check if they are directories. Now added a test for that.
    • Fixed t/01ffo.t to check for the warning.
    • Also see: http://www.nntp.perl.org/group/perl.perl5.porters/2009/01/msg143399.html
  • Small optimization: converted a loop with: while($ptr) { ... } continue { $ptr = $self->_father($ptr); } to List::Util::first.
  • Added more dependencies to Build.PL / Makefile.PL including List::Util.

Modules

An object oriented File::Find replacement
base class for File::Find::Object
base class for File::Find::Object's Path Components
a result class for File::Find::Object

Provides

in lib/File/Find/Object.pm
in lib/File/Find/Object.pm

Examples