Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 85f6594f

Von Moritz Bunkus vor etwa 11 Jahren hinzugefügt

  • ID 85f6594f50d926b9702d3c03edd75e2545ba4b6e
  • Vorgänger c00f1e29
  • Nachfolger 1bdfacee

Typo fix

Unterschiede anzeigen:

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
#   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
#   dist_name: name of the package in cpan if it differs from name (ex.: LWP != libwww-perl)
18 18
@required_modules = (
19 19
  { name => "parent",                              url => "http://search.cpan.org/~corion/",    debian => 'libparent-perl' },
20 20
  { name => "Archive::Zip",    version => '1.16',  url => "http://search.cpan.org/~adamk/",     debian => 'libarchive-zip-perl' },

Auch abrufbar als: Unified diff