POD fixes for FormValidator package name
This commit is contained in:
parent
e553d60f10
commit
c3ce237e9d
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue