Typo fix
authorMoritz Bunkus <m.bunkus@linet-services.de>
Tue, 6 Aug 2013 14:16:04 +0000 (16:16 +0200)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Thu, 8 Aug 2013 09:38:27 +0000 (11:38 +0200)
SL/InstallationCheck.pm

index d5d1ff7..bfbc1c6 100644 (file)
@@ -8,13 +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)
+#   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
+#   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' },