ports

devel/p5-File-Finder

p5-File-Finder-0.53p1 – wrapper around File::Find

Description

  use File::Finder;
  ## simulate "-type f"
  my $all_files = File::Finder->type('f');

  ## any rule can be extended:
  my $all_files_printer = $all_files->print;

File::Find is great, but constructing the wanted routine can
sometimes be a pain.  This module provides a wanted-writer, using
syntax that is directly mappable to the find command's syntax.

WWW: http://search.cpan.org/dist/File-Finder/

Categories:
devel perl5

Library dependencies

None

Build dependencies

None

Run dependencies

None