blob: 6f1b81750fd40ce4b20ca36652195cead6eeb83a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
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
===================================================================
--- Makefile.PL (revision 2675)
+++ Makefile.PL (working copy)
@@ -83,5 +83,6 @@
'Mail::Sendmail' => 0,
'HTML::Parser' => 0,
'URI' => 0,
+ 'Image::Magick' => 0,
},
);
</pre>
|