changed POD formatting

This commit is contained in:
JT Smith 2004-09-14 02:22:38 +00:00
parent bf5a0145ae
commit 2b6eb201a9
55 changed files with 1188 additions and 3220 deletions

View file

@ -150,18 +150,14 @@ sub getURL {
Constructor.
=over
=item node1
=head3 node1
The first level of the hash heirarchy.
=item node2
=head3 node2
The second level of the hash heirarchy.
=back
=cut
sub new {
@ -175,22 +171,18 @@ sub new {
Archives this node into a tar file and then compresses it with a zlib algorithm.
=over
=item filename
=head3 filename
The name of the tar file to be created. Should ideally end with ".tar.gz".
=item node1
=head3 node1
The node where you would like to create this tar file. Defaults to "temp".
=item node2
=head3 node2
If you need a second level node to store the file, then specify it here.
=back
=cut
sub tar {
@ -217,22 +209,18 @@ sub tar {
Unarchives a file into this node.
=over
=item filename
=head3 filename
The name of the tar file to be untarred.
=item node1
=head3 node1
The node where the tar file exists. Defaults to "temp".
=item node2
=head3 node2
If the file exists in a sub-node, then specifiy it here.
=back
=cut
sub untar {