]> sipb.mit.edu Git - ikiwiki.git/blob - doc/patchqueue/image-magick-prereq.mdwn
resp
[ikiwiki.git] / doc / patchqueue / image-magick-prereq.mdwn
1 The _img_ plugin is part of the default install and requires _Image::Magick_.
2
3 > `img` is not enabled by default though. I don't want to list every module
4 > that some plugin can use in there, only the ones in the default install
5 > --[[Joey]]
6
7 <pre>
8 Index: Makefile.PL
9 ===================================================================
10 --- Makefile.PL (revision 2675)
11 +++ Makefile.PL (working copy)
12 @@ -83,5 +83,6 @@
13                 'Mail::Sendmail'        => 0,
14                 'HTML::Parser'          => 0,
15                 'URI'                   => 0,
16 +               'Image::Magick'         => 0,
17         },
18  );
19 </pre>