summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/patchqueue/image-magick-prereq.mdwn6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/patchqueue/image-magick-prereq.mdwn b/doc/patchqueue/image-magick-prereq.mdwn
index fc79e7397..6f1b81750 100644
--- a/doc/patchqueue/image-magick-prereq.mdwn
+++ b/doc/patchqueue/image-magick-prereq.mdwn
@@ -1,5 +1,9 @@
The _img_ plugin is part of the default install and requires _Image::Magick_.
+> `img` is not enabled by default though. I don't want to list every module
+> that some plugin can use in there, only the ones in the default install
+> --[[Joey]]
+
<pre>
Index: Makefile.PL
===================================================================
@@ -12,4 +16,4 @@ Index: Makefile.PL
+ 'Image::Magick' => 0,
},
);
-</pre> \ No newline at end of file
+</pre>