Exported wrong function.

svn path=/trunk/; revision=14944
This commit is contained in:
ato
2010-02-15 12:02:13 +00:00
parent 8e948492bf
commit a88c3c946a

View File

@@ -8,7 +8,7 @@ use CGI;
use base "Exporter";
our @EXPORT = qw(validates_presence_of validates_length_of
validates_presence_of);
validates_format_of);
my $q = new CGI;