Subject: | Does nothing on Debian |
I tried to install on Debian 8, and noticed 2 things
1) Build.PL uses '-L'.$core_lib, so there is no way to install this library from carton in case perl was installed via root, for example, at /opts/perl/... because user doesn't have access to that folder. It would be nice to provide a way to define where ImageMagick can put library files
2) On debian, this module silently installs only Alien/ImageMagick.pm and does nothing with image-magick/Image::Magick (it even doesn't try to configure or compile it). On ubuntu it works ok
3) I was only able to install this module on Ubuntu after recompiling perl with -D usesharplib. Documentation and error log says nothing about that