From: Sven Schöling Date: Fri, 11 May 2012 12:52:45 +0000 (+0200) Subject: FCGI auf Version 0.72 gesetzt. Test::Deep als developer Abhängigkeit eingefügt X-Git-Tag: release-3.0.0beta1~335^2~1^2 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=e9a3fb763c4e25b7e739d140a42e58268cbfa0a2;p=kivitendo-erp.git FCGI auf Version 0.72 gesetzt. Test::Deep als developer Abhängigkeit eingefügt --- diff --git a/SL/InstallationCheck.pm b/SL/InstallationCheck.pm index 935d131cd..27581ad4f 100644 --- a/SL/InstallationCheck.pm +++ b/SL/InstallationCheck.pm @@ -17,7 +17,7 @@ BEGIN { { name => "DBI", version => '1.50', url => "http://search.cpan.org/~timb/", debian => 'libdbi-perl' }, { name => "DBD::Pg", version => '1.49', url => "http://search.cpan.org/~dbdpg/", debian => 'libdbd-pg' }, { name => "Email::Address", url => "http://search.cpan.org/~rjbs/", debian => 'libemail-address-perl' }, - { name => "FCGI", url => "http://search.cpan.org/~mstrout/", debian => 'libfcgi-perl' }, + { name => "FCGI", version => '0.72', url => "http://search.cpan.org/~mstrout/", debian => 'libfcgi-perl' }, { name => "JSON", url => "http://search.cpan.org/~makamaka", debian => 'libjson-perl' }, { name => "List::MoreUtils", version => '0.21', url => "http://search.cpan.org/~vparseval/", debian => 'liblist-moreutils-perl' }, { name => "Params::Validate", url => "http://search.cpan.org/~drolsky/", debian => 'libparams-validate-perl' }, @@ -45,6 +45,7 @@ BEGIN { { name => "Devel::REPL", url => "http://search.cpan.org/~doy/", debian => 'libdevel-repl-perl' }, { name => "Moose::Role", url => "http://search.cpan.org/~doy/", debian => 'libmoose-role-perl' }, { name => "Perl::Tags", url => "http://search.cpan.org/~osfameron/", debian => 'libperl-tags-perl' }, + { name => "Test::Deep", url => "http://search.cpan.org/~rjbs/", debian => 'libtest-deep-perl' }, ); $_->{fullname} = join ' ', grep $_, @$_{qw(name version)}