Fixed some POD formatting.
This commit is contained in:
parent
50948d36d6
commit
005e2eb8aa
28 changed files with 148 additions and 159 deletions
|
|
@ -29,6 +29,10 @@ our @EXPORT = qw(&makeTabSafe &makeArrayTabSafe &randomizeHash &commify &randomi
|
|||
|
||||
Package WebGUI::Utility
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
This package provides miscellaneous but useful utilities to the WebGUI programmer.
|
||||
|
||||
=head1 SYNOPSIS
|
||||
|
||||
use WebGUI::Utility;
|
||||
|
|
@ -44,11 +48,6 @@ Package WebGUI::Utility
|
|||
$hashRef = sortHash(\%hash);
|
||||
$hashRef = sortHashDescending(\%hash);
|
||||
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
This package provides miscellaneous but useful utilities to the WebGUI programmer.
|
||||
|
||||
=head1 METHODS
|
||||
|
||||
These subroutines are available from this package:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue