aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-File-Iterator/pkg-descr
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-06-05 21:57:56 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-06-05 21:57:56 +0000
commitd2bfeb620ab0d09a78d954f11c2fd037aed05291 (patch)
treeb5a8e85cb78c03326f48b782262000d86020c00c /devel/p5-File-Iterator/pkg-descr
parentd8703613bae586b2a31f2bb0b75e9559d57b5500 (diff)
Notes
Diffstat (limited to 'devel/p5-File-Iterator/pkg-descr')
-rw-r--r--devel/p5-File-Iterator/pkg-descr9
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/p5-File-Iterator/pkg-descr b/devel/p5-File-Iterator/pkg-descr
new file mode 100644
index 000000000000..76307f0696c5
--- /dev/null
+++ b/devel/p5-File-Iterator/pkg-descr
@@ -0,0 +1,9 @@
+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/Iterator.pm