NAME

Aion::Fs::Find - file search iterator for Aion::Fs#find

SYNOPSIS

use Aion::Fs::Find;

my $iter = Aion::Fs::Find->new(
	files => ["."],
	filters => [],
	errorenter => sub {},
	noenters => [],
);

my @files;
while (<$iter>) {
    push @files, $_;
}

\@files # --> ["."]

DESCRIPTION

File search iterator for the find adapter function from the Aion::Fs module.

Not intended to be used separately.

It has overloaded <>, @{} and &{} operators.

SUBROUTINES

new (%params)

Constructor.

next ()

Next iteration.

AUTHOR

Yaroslav O. Kosmina mailto:dart@cpan.org

LICENSE

GPLv3

COPYRIGHT

The Aion::Fs::Find module is copyright © 2025 Yaroslav O. Kosmina. Rusland. All rights reserved.