freebsd-ports/devel/p5-File-Iterator/pkg-descr
Sunpoet Po-Chuan Hsieh 37e23bec9d - Add LICENSE
- Remove unnecessary MASTER_SITES_SUBDIR
- Cosmetic change
- Fix WWW
- Reformat pkg-descr
2013-09-14 07:31:07 +00:00

7 lines
408 B
Text

File::Iterator wraps a simple iteration interface around the files in a
directory or directory tree. It builds a list of filenames, and maintains a
cursor that points to one filename in the list. The user can work through the
filenames sequentially by repeatedly doing stuff with the next filename that
the cursor points to until their are no filenames left.
WWW: http://search.cpan.org/dist/File-Iterator/