Exporting relevant functions.
svn path=/trunk/; revision=14935
This commit is contained in:
@@ -6,7 +6,8 @@ use warnings;
|
||||
use CGI;
|
||||
|
||||
use base "Exporter";
|
||||
our @EXPORT = qw(validates_presence_of);
|
||||
our @EXPORT = qw(validates_presence_of validates_length_of
|
||||
validates_presence_of);
|
||||
|
||||
my $q = new CGI;
|
||||
|
||||
|
Reference in New Issue
Block a user