http://search.cpan.org/src/JCRISTY/PerlMag...5.51/README.txt
gunzip PerlMagick-5.51.tar.gz
tar xvf PerlMagick-5.51.tar
cd PerlMagick-5.51
Next, edit Makefile.PL and change LIBS and INC to include the
appropriate path information to the required libMagick library. You
will also need paths to JPEG, PNG, TIFF, etc. libraries if they
were included with your installed version of ImageMagick. Now type
perl Makefile.PL
make
make install