Fixed some POD formatting.

This commit is contained in:
JT Smith 2002-12-17 00:39:48 +00:00
parent 50948d36d6
commit 005e2eb8aa
28 changed files with 148 additions and 159 deletions

View file

@ -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: