joey 2007-02-20 01:09:19 +00:00
parent 9eacac4643
commit 11ac8f5e18
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
The _img_ plugin is part of the default install and requires _Image::Magick_.
<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>