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
|
|
@ -17,7 +17,7 @@ use URI::Escape ();
|
|||
use Data::Config ();
|
||||
use Date::Calc ();
|
||||
use HTML::CalendarMonthSimple ();
|
||||
use Image::Magick ();
|
||||
eval "use Image::Magick ();"; # eval, may not be installed
|
||||
use Tie::CPHash ();
|
||||
use Tie::IxHash ();
|
||||
use Net::LDAP ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue