From 86b72aaaada05d5eb4b46f557b5fd0b6b5718b97 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Mon, 6 Jan 2014 19:05:03 +0100 Subject: [PATCH] =?utf8?q?Log::Log4perl=20und=20DBIx::Log4perl=20in=20Inst?= =?utf8?q?allations-Check=20f=C3=BCr=20Entwickler-Module=20aufnehmen?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Behebt #2170. --- SL/InstallationCheck.pm | 2 ++ 1 file changed, 2 insertions(+) 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' }, -- 2.20.1