pod fixes for Form::Image and Form::File

This commit is contained in:
Colin Kuskie 2007-04-26 17:17:22 +00:00
parent ec7eb49e61
commit 54a20b9c65
3 changed files with 4 additions and 3 deletions

View file

@ -1,4 +1,5 @@
7.3.16
- fix: The POD of Form::Image is faulty (perlDreamer Consulting, LLC)

View file

@ -26,7 +26,7 @@ Package WebGUI::Form::File
=head1 DESCRIPTION
Creates a text input box form field.
Creates a javascript driven file upload control for files.
=head1 SEE ALSO

View file

@ -27,11 +27,11 @@ Package WebGUI::Form::Image
=head1 DESCRIPTION
Creates a text input box form field.
Creates a javascript driven file upload control for files or images.
=head1 SEE ALSO
This is a subclass of WebGUI::Form::File, and thereform WebGUI::Form::Image.
This is a subclass of WebGUI::Form::File.
=head1 METHODS