From 8e770fe792d1e72045ea95d1547940a1a7603fa4 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Thu, 11 Feb 2010 19:00:01 +0100 Subject: quickfix, update list of perl modules to be checked in makefile --- Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 07929f55..9c4798d3 100644 --- a/Makefile +++ b/Makefile @@ -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; \ -- cgit v1.2.3-55-g7522