From: Moritz Bunkus Date: Mon, 6 Jan 2014 18:05:03 +0000 (+0100) Subject: Log::Log4perl und DBIx::Log4perl in Installations-Check für Entwickler-Module aufnehmen X-Git-Tag: release-3.1.0beta1~22^2~40^2~3^2^2 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=86b72aaaada05d5eb4b46f557b5fd0b6b5718b97;p=kivitendo-erp.git Log::Log4perl und DBIx::Log4perl in Installations-Check für Entwickler-Module aufnehmen Behebt #2170. --- diff --git a/SL/InstallationCheck.pm b/SL/InstallationCheck.pm index bfbc1c65c..947be97d1 100644 --- a/SL/InstallationCheck.pm +++ b/SL/InstallationCheck.pm @@ -56,7 +56,9 @@ BEGIN { ); @developer_modules = ( + { name => "DBIx::Log4perl", url => "http://search.cpan.org/~mjevans/", }, { name => "Devel::REPL", url => "http://search.cpan.org/~doy/", debian => 'libdevel-repl-perl' }, + { name => "Log::Log4perl", url => "http://search.cpan.org/~mschilli/", debian => 'liblog-log4perl-perl' }, { name => "LWP::Simple", url => "http://search.cpan.org/~gaas/", debian => 'libwww-perl', dist_name => 'libwww-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' },