diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-20 01:09:19 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-20 01:09:19 +0000 |
commit | 11ac8f5e18bb18ddb86b47844e10f22e554bb4e7 (patch) | |
tree | c622054a72f78d735d336b16cddd2b42855f456a | |
parent | 9eacac46434c4f17d20ef64cf054f9eeb3b3266c (diff) |
web commit by http://id.inelegant.org/
-rw-r--r-- | doc/patchqueue/image-magick-prereq.mdwn | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/patchqueue/image-magick-prereq.mdwn b/doc/patchqueue/image-magick-prereq.mdwn new file mode 100644 index 000000000..fc79e7397 --- /dev/null +++ b/doc/patchqueue/image-magick-prereq.mdwn @@ -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>
\ No newline at end of file |