summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorOliver Tappe2008-05-22 22:03:40 +0200
committerOliver Tappe2008-05-22 22:03:40 +0200
commiteb38676d1158e86e678bb11df230338dd58d7c34 (patch)
treee227b3634e6276bf1f888588702d833adc72c064 /Makefile
parent* attributes set via slxconfig are now being checked not only against the res... (diff)
downloadcore-eb38676d1158e86e678bb11df230338dd58d7c34.tar.gz
core-eb38676d1158e86e678bb11df230338dd58d7c34.tar.xz
core-eb38676d1158e86e678bb11df230338dd58d7c34.zip
* use Clone::clone instead of Storable::dclone throughout OpenSLX in order to use the
same cloning function everywhere * added check for Clone module to Makefile git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1784 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b40c8b32..d63b3f3d 100644
--- a/Makefile
+++ b/Makefile
@@ -95,7 +95,7 @@ install: check-upgrade
@ # many of the following modules are part of core perl, but we check
@ # for them just to be sure...
- @for m in Carp Config::General Cwd DBI Digest::MD5 Encode Fcntl \
+ @for m in Carp Clone Config::General Cwd DBI Digest::MD5 Encode Fcntl \
File::Basename File::Find File::Glob File::Path FindBin \
Getopt::Long List::Util Pod::Usage POSIX Socket Storable \
Sys::Hostname Term::ReadLine ; do \