From: Victor Wagner Date: Tue, 7 Oct 2008 07:39:01 +0000 (+0000) Subject: Added Email::Valid to the list of required modules X-Git-Url: http://www.wagner.pp.ru/gitweb/?p=oss%2Fstilllife.git;a=commitdiff_plain;h=f52b1318b20cf6a7d8942692467863acad45a7c9 Added Email::Valid to the list of required modules --- diff --git a/forum/hostinfo b/forum/hostinfo index 5e60c78..38f6088 100755 --- a/forum/hostinfo +++ b/forum/hostinfo @@ -8,8 +8,8 @@ use CGI::Carp qw(fatalsToBrowser); # List of modules, required direcrty by your application # my @modules=qw(MIME::Lite Image::Size HTML::TreeBuilder -POSIX Storable HTML::BBReverse Fcntl Date::Parse -LWP::UserAgent Net::OpenID::Consumer); +POSIX Storable Fcntl Date::Parse +LWP::UserAgent Net::OpenID::Consumer Email::Valid); # # This array have to be filled manually by looking into Makefile.PL: @@ -37,13 +37,21 @@ my %prereq=( 'URI'=>0, 'Storable'=>0, }, + 'URI::URL' => { + 'URI::Escape' => 0, + }, 'URI' => { 'MIME::Base64' => 2, }, - 'Crypt::DH' => { - 'Math::BigInt' =>0, - } - + 'Crypt::DH' => { + 'Math::BigInt' =>0, + }, + 'Email::Valid'=> { + "Mail::Address"=>0, + 'File::Spec'=>0, + 'IO::File'=>0, + 'Carp'=>0, + } ); my %modver;