diff options
author | Sebastian | 2010-02-11 19:00:01 +0100 |
---|---|---|
committer | Sebastian | 2010-02-11 19:00:01 +0100 |
commit | 8e770fe792d1e72045ea95d1547940a1a7603fa4 (patch) | |
tree | 7045f9d461fe7b857d439c174c85f7e432af0fff /Makefile | |
parent | Merge branch 'master' of openslx.org:openslx/core (diff) | |
download | core-8e770fe792d1e72045ea95d1547940a1a7603fa4.tar.gz core-8e770fe792d1e72045ea95d1547940a1a7603fa4.tar.xz core-8e770fe792d1e72045ea95d1547940a1a7603fa4.zip |
quickfix, update list of perl modules to be checked in makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -92,10 +92,12 @@ dep-check: @ # many of the following modules are part of core perl, but we check @ # for them just to be sure... - @for m in Carp Clone Config::General Cwd DBI Digest::MD5 Digest::SHA1 \ - Encode Fcntl File::Basename File::Find File::Glob File::Path \ - FindBin Getopt::Long List::Util MIME::Base64 Pod::Usage \ - POSIX Socket Storable Sys::Hostname Term::ReadLine ; do \ + @for m in Carp Clone Config::General Data::Dumper Cwd DBI Digest::MD5 \ + Digest::SHA1 Encode Exporter Fcntl File::Basename File::Find \ + File::Glob File::Path FindBin Getopt::Long HTTP::Request::Common \ + JSON LWP::UserAgent List::Util MIME::Base64 Pod::Usage \ + POSIX Scalar::Util Socket Storable Sys::Hostname Term::ReadLine \ + Switch URI; do \ if ! perl -e "use $$m" 2>>${SLX_INSTALL_LOG} ; then \ echo " The perl module '$$m' is required, please install it."; \ exit 1; \ |