summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-20 03:07:02 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-20 03:07:02 +0000
commitb86b942f1a7e338b06f9a760d1a1b3fc1f3d6787 (patch)
tree73e5dadd6257515e868b158cc8fa088bac4c71bc /doc
parentfa52a730ff3b30c7d2cdd8cd5f9c8c25a0c0a2a5 (diff)
resp
Diffstat (limited to 'doc')
-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>