removed the Image::Magick dependency. if it's there, we use it, if it's not, we don't
This commit is contained in:
parent
01e11d7871
commit
8ee18e2937
3 changed files with 15 additions and 8 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue