Fixed some POD formatting.
This commit is contained in:
parent
50948d36d6
commit
005e2eb8aa
28 changed files with 148 additions and 159 deletions
|
|
@ -24,6 +24,10 @@ use WebGUI::Session;
|
|||
|
||||
Package WebGUI::Node
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
Package to manipulate WebGUI storage nodes. The nodes system is a two-tiered filesystem hash that WebGUI uses to keep attachment data separated. There should be no need for anyone other than Plain Black Software to use this package.
|
||||
|
||||
=head1 SYNOPSIS
|
||||
|
||||
use WebGUI::Node;
|
||||
|
|
@ -34,10 +38,6 @@ Package WebGUI::Node
|
|||
$node->getPath;
|
||||
$node->getURL;
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
Package to manipulate WebGUI storage nodes. The nodes system is a two-tiered filesystem hash that WebGUI uses to keep attachment data separated. There should be no need for anyone other than Plain Black Software to use this package.
|
||||
|
||||
=head1 METHODS
|
||||
|
||||
These methods are available from this package:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue