diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index b54c78e8c..8eca66570 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -1,4 +1,5 @@ 7.3.16 + - fix: The POD of Form::Image is faulty (perlDreamer Consulting, LLC) diff --git a/lib/WebGUI/Form/File.pm b/lib/WebGUI/Form/File.pm index 06bbea279..cb65a1057 100644 --- a/lib/WebGUI/Form/File.pm +++ b/lib/WebGUI/Form/File.pm @@ -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 diff --git a/lib/WebGUI/Form/Image.pm b/lib/WebGUI/Form/Image.pm index 1ddf780f9..747fa596f 100644 --- a/lib/WebGUI/Form/Image.pm +++ b/lib/WebGUI/Form/Image.pm @@ -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