ImageMagick-6.3.8-3-Q8-windows-dll.exe,
perlmagick does not install.
from CMD window at IMageMagick-6.3.8-Q8/PerlMagick
I ran "ppm install Image-Magick.ppd" and got:
"ppm install failed: The PPD does not provide code to install for this platform"

I then ran "ppm config list" and see
arch = MSWin32-x86-multi-thread-5.10

When I edit the ImageMagick-6.3.8-Q8/PerlMagick/Image-Magick.ppd
line <ARCHITECTURE NAME="MSWin32-x86-multi-thread-5.1" />
to <ARCHITECTURE NAME="MSWin32-x86-multi-thread-5.10" />
then CMD "ppm install Image-Magick.ppd" works properly
