removed the Image::Magick dependency. if it's there, we use it, if it's not, we don't

This commit is contained in:
Flavio Curti 2002-05-03 15:04:29 +00:00
parent 01e11d7871
commit 8ee18e2937
3 changed files with 15 additions and 8 deletions

View file

@ -232,7 +232,7 @@ if (eval { require Image::Magick }) {
print "Installing...\n";
CPAN::Shell->install("Image::Magick");
} else {
print "Please install.\n";
print "Please install. (or Thumbnailing will be disabled)\n";
$prereq = 0;
}
}