From 54a20b9c65b6737947748c35e9dbf6dadc12bfaa Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 26 Apr 2007 17:17:22 +0000 Subject: [PATCH] pod fixes for Form::Image and Form::File --- docs/changelog/7.x.x.txt | 1 + lib/WebGUI/Form/File.pm | 2 +- lib/WebGUI/Form/Image.pm | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) 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