From 74bb69c3f2e11295d313cbeacd9e061c780ef588 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Tue, 17 Oct 2017 13:01:23 +0200 Subject: [PATCH] Installation-Check: nicht benutztes Perl::Tags entfernt --- SL/InstallationCheck.pm | 1 - scripts/find-use.pl | 1 - 2 files changed, 2 deletions(-) diff --git a/SL/InstallationCheck.pm b/SL/InstallationCheck.pm index 0f537485b..2b9b68eb2 100644 --- a/SL/InstallationCheck.pm +++ b/SL/InstallationCheck.pm @@ -74,7 +74,6 @@ BEGIN { { 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-perl' }, - { name => "Perl::Tags", url => "http://search.cpan.org/~osfameron/", debian => 'libperl-tags-perl' }, { name => "Sys::CPU", url => "http://search.cpan.org/~mkoderer/", debian => 'libsys-cpu-perl' }, { name => "Test::Deep", url => "http://search.cpan.org/~rjbs/", debian => 'libtest-deep-perl' }, { name => "Test::Exception", url => "http://search.cpan.org/~adie/", debian => 'libtest-exception-perl' }, diff --git a/scripts/find-use.pl b/scripts/find-use.pl index 8078e50ee..61bfff751 100755 --- a/scripts/find-use.pl +++ b/scripts/find-use.pl @@ -224,7 +224,6 @@ find-use =head1 EXAMPLE # perl scipts/find-use.pl - !missing : Perl::Tags !missing : Template::Constants !missing : DBI -- 2.20.1