diff --git a/src/warden-server/doc/README b/src/warden-server/doc/README index 5153b526f273b836334a050c792c8284c9836a2e..dd503085f9f52eb50082713543a4f17c40c5940e 100644 --- a/src/warden-server/doc/README +++ b/src/warden-server/doc/README @@ -61,20 +61,27 @@ A. Overall Information -------------------------------------------------------------------------------- B. Installation Dependencies - SOAP::Lite >= 0.712 - SOAP::Transport::TCP >= 0.712 - File::Pid >= 1.01 - POSIX >= 1.17 - DBI >= 1.612 - Format::Human::Bytes >= 0.05 - Sys::Syslog >= 0.27 - File::Basename >= 2.77 - FindBin >= 1.50 - Net::CIDR::Lite >= 0.21 - DateTime >= 0.61 - Getopt::Std >= 1.06 - Switch >= 2.14 - IO::Socket::SSL >= 1.33 + 1. Aplications: + + Perl >= 5.10.1 + SQLite >= 3.7.3 + + 2. Perl modules: + + SOAP::Lite >= 0.712 + SOAP::Transport::TCP >= 0.712 + File::Pid >= 1.01 + POSIX >= 1.17 + DBI >= 1.612 + Format::Human::Bytes >= 0.05 + Sys::Syslog >= 0.27 + File::Basename >= 2.77 + FindBin >= 1.50 + Net::CIDR::Lite >= 0.21 + DateTime >= 0.61 + Getopt::Std >= 1.06 + Switch >= 2.14 + IO::Socket::SSL >= 1.33 -------------------------------------------------------------------------------- C. Installation