From 261cd940c78f36fd4239cf2263cc0ad1123a7125 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 30 May 2007 21:31:39 +0000 Subject: [PATCH] stub out FormValidator so WebGUI::Session will compile --- lib/WebGUI/FormValidator.pm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 lib/WebGUI/FormValidator.pm 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; +