Fix POD typos and add POD to get to 100% POD coverage.

This commit is contained in:
Colin Kuskie 2009-04-01 04:10:14 +00:00
parent a3a073296c
commit 04217e67e0
5 changed files with 43 additions and 4 deletions

View file

@ -45,6 +45,22 @@ These methods are available from this class:
=cut
#-------------------------------------------------------------------
=head2 unzip ( $storage, $filename )
Uncompress and/or expand an archive, based on the file extension of the filename.
Returns 1 if the unzip was successful. Returns 0 if there were problems.
=head3 $storage
A WebGUI::Storage object containing the archive.
=head3 $filename
The filename of the archive.
=cut
sub unzip {
my $self = shift;
my $storage = shift;
@ -78,8 +94,8 @@ sub unzip {
=head2 addRevision ( )
This method exists for demonstration purposes only. The superclass
handles revisions to ZipArchive Assets.
This method exists for demonstration purposes only. The superclass
handles revisions to ZipArchive Assets.
=cut

View file

@ -574,7 +574,7 @@ sub setRatings {
#-------------------------------------------------------------------
=head2 view ( hasRated )
=head2 updateScore ( )
Updates the score of a MatrixListing.