diff --git a/lib/WebGUI/FormValidator.pm b/lib/WebGUI/FormValidator.pm new file mode 100644 index 000000000..eba29e46d --- /dev/null +++ b/lib/WebGUI/FormValidator.pm @@ -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; +