stub out FormValidator so WebGUI::Session will compile
This commit is contained in:
parent
016b8a72b8
commit
261cd940c7
1 changed files with 20 additions and 0 deletions
20
lib/WebGUI/FormValidator.pm
Normal file
20
lib/WebGUI/FormValidator.pm
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
package WebGUI::FormValidator;
|
||||
|
||||
=head1 LEGAL
|
||||
|
||||
-------------------------------------------------------------------
|
||||
WebGUI is Copyright 2001-2007 Plain Black Corporation.
|
||||
-------------------------------------------------------------------
|
||||
Please read the legal notices (docs/legal.txt) and the license
|
||||
(docs/license.txt) that came with this distribution before using
|
||||
this software.
|
||||
-------------------------------------------------------------------
|
||||
http://www.plainblack.com info@plainblack.com
|
||||
-------------------------------------------------------------------
|
||||
|
||||
=cut
|
||||
|
||||
use strict;
|
||||
|
||||
1;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue