aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-Iterator-DBI
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:21:23 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:21:23 +0000
commit1d1f878054efdd1171a8cb006e59ad0727610293 (patch)
treee4434b89d2dbba884e57f6a6cd3c7fc294554ccf /databases/p5-Iterator-DBI
parent43b793a6f26531f807a7b7c16a1db3bf6b53f26d (diff)
downloadports-1d1f878054efdd1171a8cb006e59ad0727610293.tar.gz
ports-1d1f878054efdd1171a8cb006e59ad0727610293.zip
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=415498
Diffstat (limited to 'databases/p5-Iterator-DBI')
-rw-r--r--databases/p5-Iterator-DBI/pkg-descr14
1 files changed, 7 insertions, 7 deletions
diff --git a/databases/p5-Iterator-DBI/pkg-descr b/databases/p5-Iterator-DBI/pkg-descr
index fd8d4870b281..476a0c973cc8 100644
--- a/databases/p5-Iterator-DBI/pkg-descr
+++ b/databases/p5-Iterator-DBI/pkg-descr
@@ -1,14 +1,14 @@
-his module contains a function to return an iterator (see the Iterator
+his module contains a function to return an iterator (see the Iterator
module) that returns the rows of a database query, one at a time.
-This is marginally more useful than simply calling prepare and execute,
-and then repeatedly calling fetchrow_hashref; since this one function
+This is marginally more useful than simply calling prepare and execute,
+and then repeatedly calling fetchrow_hashref; since this one function
bundles up the calls to all three of those DBI methods.
-But the real usefulness of this interface is that it can be chained
-together with other Iterator functions. The "idb_rows" iterator has the
-same interface as any other interface, making it interchangeable with
-iterators of any other source (for example, files), and usable with the
+But the real usefulness of this interface is that it can be chained
+together with other Iterator functions. The "idb_rows" iterator has the
+same interface as any other interface, making it interchangeable with
+iterators of any other source (for example, files), and usable with the
iterator manipulation functions in the Iterator::Util module.
WWW: http://search.cpan.org/dist/Iterator-DBI/