Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Data::Stream::Bulk::Path::Class

Name Data::Stream::Bulk::Path::Class
Version 0.11
Located at /usr/share/perl5
File /usr/share/perl5/Data/Stream/Bulk/Path/Class.pm
Is Core No
Search CPAN for this module Data::Stream::Bulk::Path::Class
Documentation Data::Stream::Bulk::Path::Class
Module Details Data::Stream::Bulk::Path::Class


NAME

Data::Stream::Bulk::Path::Class - the Path::Class::Dir manpage traversal


VERSION

version 0.11


SYNOPSIS

        use Data::Stream::Bulk::Path::Class;
        my $dir = Data::Stream::Bulk::Path::Class->new(
                dir => Path::Class::Dir->new( ... ),
        );


DESCRIPTION

This stream produces depth or breadth first traversal order recursion through the Path::Class::Dir manpage objects.

Items are read iteratively, and a stack of open directory handles is used to keep track of state.


ATTRIBUTES

chunk_size
Defaults to 250.

depth_first
Chooses between depth first and breadth first traversal order.

only_files
If true only the Path::Class::File manpage items will be returned in the output streams (no directories).


METHODS

is_done
Returns true when no more files are left to iterate.

next
Returns the next chunk of the Path::Class manpage objects


AUTHOR

Yuval Kogman <nothingmuch@woobling.org>


COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Yuval Kogman.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026