Aion-Fs
view release on metacpan or search on metacpan
t/aion/fs/find.t view on Meta::CPAN
use common::sense; use open qw/:std :utf8/; use Carp qw//; use Cwd qw//; use File::Basename qw//; use File::Find qw//; use File::Slurper qw//; use File::Spec qw//; use File::Path qw//; use Scalar::Util qw//; use Test::More 0.98; use String::Diff q...
# # NAME
#
# Aion::Fs::Find - иÑеÑаÑÐ¾Ñ Ð¿Ð¾Ð¸Ñка Ñайлов Ð´Ð»Ñ Aion::Fs#find
#
# # SYNOPSIS
#
subtest 'SYNOPSIS' => sub {
use Aion::Fs::Find;
my $iter = Aion::Fs::Find->new(
files => ["."],
filters => [],
errorenter => sub {},
noenters => [],
);
my @files;
while (<$iter>) {
push @files, $_;
}
local ($::_g0 = do {\@files}, $::_e0 = do {["."]}); ::is_deeply $::_g0, $::_e0, '\@files # --> ["."]' or ::diag ::_struct_diff($::_g0, $::_e0); undef $::_g0; undef $::_e0;
#
# # DESCRIPTION
#
# ÐÑеÑаÑÐ¾Ñ Ð¿Ð¾Ð¸Ñка Ñайлов Ð´Ð»Ñ ÑÑнкÑии-адапÑеÑа `find` из модÑÐ»Ñ `Aion::Fs`.
#
# ÐÑделÑно иÑполÑзоваÑÑ Ð½Ðµ пÑедполагаеÑÑÑ.
#
# ÐÐ±Ð»Ð°Ð´Ð°ÐµÑ Ð¿ÐµÑегÑÑженнÑми опеÑаÑоÑами `<>`, `@{}` и `&{}`.
#
# # SUBROUTINES
#
# ## new (%params)
#
# ÐонÑÑÑÑкÑоÑ.
#
# ## next ()
#
# СледÑÑÑÐ°Ñ Ð¸ÑеÑаÑиÑ.
#
# # AUTHOR
#
# Yaroslav O. Kosmina <dart@cpan.org>
#
# # LICENSE
#
# â **GPLv3**
#
# # COPYRIGHT
#
# The Aion::Fs::Find module is copyright © 2025 Yaroslav O. Kosmina. Rusland. All rights reserved.
::done_testing;
};
::done_testing;
( run in 1.212 second using v1.01-cache-2.11-cpan-0bb4e1dffa6 )