From 0d2ae687e61dc79cf92c4121ea1b802cdf3c83ac Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Mon, 29 Jul 2013 12:54:56 +0200 Subject: [PATCH] =?utf8?q?Bessere=20doku=20f=C3=BCr=20SL/InstallationCheck?= =?utf8?q?.pm?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/InstallationCheck.pm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/SL/InstallationCheck.pm b/SL/InstallationCheck.pm index dd31d20b0..d5d1ff776 100644 --- a/SL/InstallationCheck.pm +++ b/SL/InstallationCheck.pm @@ -8,6 +8,13 @@ use vars qw(@required_modules @optional_modules @developer_modules); use strict; BEGIN { +# name: the name of the module if you install it with cpan +# version: the minimum version required to run. optional +# url: web path to the author page of the module +# debian: dpkg package name for debianoid distos +# note: (suse) (fedora) (redhat) entries welcome if you +# are willing to maintain them +# distname: 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' }, -- 2.20.1