diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 10:21:23 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 10:21:23 +0000 |
commit | 1d1f878054efdd1171a8cb006e59ad0727610293 (patch) | |
tree | e4434b89d2dbba884e57f6a6cd3c7fc294554ccf /devel/p5-Iterator-Util | |
parent | 43b793a6f26531f807a7b7c16a1db3bf6b53f26d (diff) |
Notes
Diffstat (limited to 'devel/p5-Iterator-Util')
-rw-r--r-- | devel/p5-Iterator-Util/pkg-descr | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/p5-Iterator-Util/pkg-descr b/devel/p5-Iterator-Util/pkg-descr index f8ef66eb3030..faaac00bab79 100644 --- a/devel/p5-Iterator-Util/pkg-descr +++ b/devel/p5-Iterator-Util/pkg-descr @@ -1,9 +1,9 @@ -This module implements many useful functions for creating and manipulating +This module implements many useful functions for creating and manipulating iterator objects. -An "iterator" is an object, represented as a code block that generates the -"next value" of a sequence, and generally implemented as a closure. For -further information, including a tutorial on using iterator objects, see +An "iterator" is an object, represented as a code block that generates the +"next value" of a sequence, and generally implemented as a closure. For +further information, including a tutorial on using iterator objects, see the Iterator documentation. WWW: http://search.cpan.org/dist/Iterator-DBI/ |