The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# from: http://askubuntu.com/questions/627128/cant-install-cpan-module-imagemagick

# download: http://www.imagemagick.org/download/
tar xvfz ImageMagick-6.9.2-4.tar.gz
cd ImageMagick-6.9.2-4/
./configure --with-perl
sudo apt-get install libperl-dev
make
sudo make install

cpan force install Image::Magick