diff options
author | Oliver Tappe | 2008-05-22 22:03:40 +0200 |
---|---|---|
committer | Oliver Tappe | 2008-05-22 22:03:40 +0200 |
commit | eb38676d1158e86e678bb11df230338dd58d7c34 (patch) | |
tree | e227b3634e6276bf1f888588702d833adc72c064 /Makefile | |
parent | * attributes set via slxconfig are now being checked not only against the res... (diff) | |
download | core-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |