Revision 0d2ae687
Von Sven Schöling vor mehr als 11 Jahren hinzugefügt
SL/InstallationCheck.pm | ||
---|---|---|
8 | 8 |
use strict; |
9 | 9 |
|
10 | 10 |
BEGIN { |
11 |
# name: the name of the module if you install it with cpan |
|
12 |
# version: the minimum version required to run. optional |
|
13 |
# url: web path to the author page of the module |
|
14 |
# debian: dpkg package name for debianoid distos |
|
15 |
# note: (suse) (fedora) (redhat) entries welcome if you |
|
16 |
# are willing to maintain them |
|
17 |
# distname: name of the package in cpan if it differs from name (ex.: LWP != libwww-perl) |
|
11 | 18 |
@required_modules = ( |
12 | 19 |
{ name => "parent", url => "http://search.cpan.org/~corion/", debian => 'libparent-perl' }, |
13 | 20 |
{ name => "Archive::Zip", version => '1.16', url => "http://search.cpan.org/~adamk/", debian => 'libarchive-zip-perl' }, |
Auch abrufbar als: Unified diff
Bessere doku für SL/InstallationCheck.pm