diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-20 03:33:30 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-20 03:33:30 +0000 |
commit | 5b013d57b277812e82f5314764fe5b3e3e35de5f (patch) | |
tree | 796ab93e3e3a2d2b01d9c76d895489232e043597 | |
parent | 8a02ef44948c3a3c1d0e5ffd742dd3e6ef05569d (diff) |
web commit by http://id.inelegant.org/
-rw-r--r-- | doc/patchqueue/image-magick-prereq.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/patchqueue/image-magick-prereq.mdwn b/doc/patchqueue/image-magick-prereq.mdwn index 6f1b81750..650f5fece 100644 --- a/doc/patchqueue/image-magick-prereq.mdwn +++ b/doc/patchqueue/image-magick-prereq.mdwn @@ -4,6 +4,8 @@ The _img_ plugin is part of the default install and requires _Image::Magick_. > that some plugin can use in there, only the ones in the default install > --[[Joey]] +>> Isn't it part of the `goodstuff` bundle, which is enabled in the `Makefile.PL`? I was testing out install on another box earlier and the build failed because `Image::Magick` wasn't installed; after `sudo cpan Image::Magick`, that error went away. + <pre> Index: Makefile.PL =================================================================== |