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
===================================================================
+ 'Image::Magick' => 0,
},
);
-</pre>
\ No newline at end of file
+</pre>