Exporting relevant functions.

svn path=/trunk/; revision=14935
This commit is contained in:
ato
2010-02-15 09:23:44 +00:00
parent e08b566cfb
commit 0df8df7093

View File

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