From 451688a8a49ddb78576c4a093770f464b5f4e140 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20B=C3=BCren?= Date: Mon, 20 Jan 2014 12:13:10 +0100 Subject: [PATCH] =?utf8?q?Perl-Abh=C3=A4ngigkeiten=20aktualisiert.=20=20-?= =?utf8?q?=20find-use.pl:=20Entsprechende=20Unterklassen=20erg=C3=A4nzt,?= =?utf8?q?=20sodass=20alles=20soweit=20durchl=C3=A4uft=20=20Maintainer=20f?= =?utf8?q?=C3=BCr=20Archive::Zip=20ge=C3=A4ndert.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/InstallationCheck.pm | 2 +- scripts/find-use.pl | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/SL/InstallationCheck.pm b/SL/InstallationCheck.pm index 947be97d1..5ac2bd8f1 100644 --- a/SL/InstallationCheck.pm +++ b/SL/InstallationCheck.pm @@ -17,7 +17,7 @@ BEGIN { # dist_name: name of the package in cpan if it differs from name (ex.: LWP != libwww-perl) @required_modules = ( { name => "parent", url => "http://search.cpan.org/~corion/", debian => 'libparent-perl' }, - { name => "Archive::Zip", version => '1.16', url => "http://search.cpan.org/~adamk/", debian => 'libarchive-zip-perl' }, + { name => "Archive::Zip", version => '1.16', url => "http://search.cpan.org/~phred/", debian => 'libarchive-zip-perl' }, { name => "Clone", url => "http://search.cpan.org/~rdf/", debian => 'libclone-perl' }, { name => "Config::Std", url => "http://search.cpan.org/~dconway/", debian => 'libconfig-std-perl' }, { name => "DateTime", url => "http://search.cpan.org/~drolsky/", debian => 'libdatetime-perl' }, diff --git a/scripts/find-use.pl b/scripts/find-use.pl index 959ecbedb..3df14f459 100755 --- a/scripts/find-use.pl +++ b/scripts/find-use.pl @@ -21,6 +21,8 @@ my (%uselines, %modules, %supplied, %requires); 'Rose::DB::Object::ConventionManager' => 1, 'Rose::DB::Object::Manager' => 1, 'Rose::DB::Object::Metadata' => 1, + 'Rose::DB::Object::Helpers' => 1, + 'Rose::DB::Object::Util' => 1, }, 'Rose::Object' => { 'Rose::Object::MakeMethods::Generic' => 1, @@ -32,6 +34,7 @@ my (%uselines, %modules, %supplied, %requires); 'Template::Plugin' => 1, 'Template::Plugin::Filter' => 1, 'Template::Plugin::HTML' => 1, + 'Template::Stash' => 1, }, 'Devel::REPL' => { 'namespace::clean' => 1, @@ -43,6 +46,9 @@ my (%uselines, %modules, %supplied, %requires); 'TAP::Parser' => 1, 'TAP::Parser::Aggregator' => 1, }, + 'Archive::Zip' => { + 'Archive::Zip::Member' => 1, + } ); GetOptions( -- 2.20.1