From c3ce237e9d48f567cbc620ba7a9b543630b948fe Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 30 May 2007 22:43:16 +0000 Subject: [PATCH] POD fixes for FormValidator package name --- lib/WebGUI/FormValidator.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/FormValidator.pm b/lib/WebGUI/FormValidator.pm index 805853cf4..f42e7ce88 100644 --- a/lib/WebGUI/FormValidator.pm +++ b/lib/WebGUI/FormValidator.pm @@ -19,7 +19,7 @@ use WebGUI::HTML; =head1 NAME -Package WebGUI::Session::Form +Package WebGUI::FormValidator =head1 DESCRIPTION @@ -27,7 +27,7 @@ This is a convenience package to the individual form controls. It allows you to =head1 SYNOPSIS - use WebGUI::Session::Form; + use WebGUI::FormValidator; my $fp = WebGUI::FormValidator->new($session);