2011-08-10 Dario Rodriguez <dario.rodriguez@artica.es>

* Makefile.PL: Added IO::Socket::INET6 and Socket to
        installer dependecies check.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4702 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
darode 2011-08-10 11:33:28 +00:00
parent 8d7a5fcd0e
commit 75bbc999e1
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2011-08-10 Dario Rodriguez <dario.rodriguez@artica.es>
* Makefile.PL: Added IO::Socket::INET6 and Socket to
installer dependecies check.
2011-08-10 Dario Rodriguez <dario.rodriguez@artica.es>
* pandora_server_installer: Fixed wrong permission flag for

View File

@ -14,11 +14,12 @@ WriteMakefile(
DBI => 0,
threads::shared => 0,
IO::Socket => 0,
Socket6 => 0,
Time::Local => 0,
XML::Simple => 0,
Time::HiRes => 0,
IO::Socket => 0,
HTML::Entities => 0,
IO::Socket::INET6 => 0,
},
EXE_FILES => [ 'bin/pandora_server', 'bin/pandora_exec'],
PMLIBDIRS => [ 'lib' ],