]> www.wagner.pp.ru Git - oss/stilllife.git/commitdiff
Added Email::Valid to the list of required modules
authorVictor Wagner <vitus@wagner.pp.ru>
Tue, 7 Oct 2008 07:39:01 +0000 (07:39 +0000)
committerVictor Wagner <vitus@wagner.pp.ru>
Tue, 7 Oct 2008 07:39:01 +0000 (07:39 +0000)
forum/hostinfo

index 5e60c782ad34cc45c70ab8a99cf3529ff353ff61..38f6088becca1012f810c4f64c8edd7f62b33bbd 100755 (executable)
@@ -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;