fb16dfecae
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
10 lines
350 B
Plaintext
10 lines
350 B
Plaintext
Class::DBI::Pager is a plugin for Class::DBI, which glues Data::Page with
|
|
Class::DBI. This module reduces your work a lot, for example when you have to
|
|
do something like:
|
|
|
|
* retrieve objects from a database
|
|
* display objects with 20 items per page
|
|
|
|
In addition, your work will be reduced more, when you use Template-Toolkit as
|
|
your templating engine
|