Fixed some POD formatting.
This commit is contained in:
parent
50948d36d6
commit
005e2eb8aa
28 changed files with 148 additions and 159 deletions
|
|
@ -23,6 +23,10 @@ use WebGUI::URL;
|
|||
|
||||
Package WebGUI::Paginator
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
Package that paginates rows of arbitrary data for display on the web.
|
||||
|
||||
=head1 SYNOPSIS
|
||||
|
||||
use WebGUI::Paginator;
|
||||
|
|
@ -43,10 +47,6 @@ Package WebGUI::Paginator
|
|||
$html = $p->getPageLinks;
|
||||
$html = $p->getPreviousPageLink;
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
Package that paginates rows of arbitrary data for display on the web.
|
||||
|
||||
=head1 METHODS
|
||||
|
||||
These methods are available from this class:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue