From 11ac8f5e18bb18ddb86b47844e10f22e554bb4e7 Mon Sep 17 00:00:00 2001 From: joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> Date: Tue, 20 Feb 2007 01:09:19 +0000 Subject: web commit by http://id.inelegant.org/ --- doc/patchqueue/image-magick-prereq.mdwn | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/patchqueue/image-magick-prereq.mdwn (limited to 'doc') 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 -- cgit v1.2.3