stub out FormValidator so WebGUI::Session will compile

This commit is contained in:
Colin Kuskie 2007-05-30 21:31:39 +00:00
parent 016b8a72b8
commit 261cd940c7

View 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;