pod fixes for Form::Image and Form::File
This commit is contained in:
parent
ec7eb49e61
commit
54a20b9c65
3 changed files with 4 additions and 3 deletions
|
|
@ -1,4 +1,5 @@
|
|||
7.3.16
|
||||
- fix: The POD of Form::Image is faulty (perlDreamer Consulting, LLC)
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue