diff options
author | Oliver Tappe | 2007-07-21 21:16:57 +0200 |
---|---|---|
committer | Oliver Tappe | 2007-07-21 21:16:57 +0200 |
commit | d5d920e992c24e5bce65e2a95f5c1d95dd41405e (patch) | |
tree | a757da40246e3be48b6fb85b28fa70fe72d6b066 /Makefile | |
parent | * minor cleanup (two uninit values) (diff) | |
download | core-d5d920e992c24e5bce65e2a95f5c1d95dd41405e.tar.gz core-d5d920e992c24e5bce65e2a95f5c1d95dd41405e.tar.xz core-d5d920e992c24e5bce65e2a95f5c1d95dd41405e.zip |
* first part of configuration file migration to Config::General
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1268 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -95,8 +95,8 @@ install: @ # many of the following modules are part of core perl, but we check @ # for them just to be sure... - @for m in Carp DBI Digest::MD5 Fcntl File::Basename FindBin Getopt::Long \ - Pod::Usage ; do \ + @for m in Carp Config::General DBI Digest::MD5 Fcntl File::Basename FindBin \ + Getopt::Long Pod::Usage ; do \ if ! perl -e "use $$m" 2>>${SLX_INSTALL_LOG} ; then \ echo " The perl-module '$$m' is required, please install it."; \ exit 1; \ |