From 11ac8f5e18bb18ddb86b47844e10f22e554bb4e7 Mon Sep 17 00:00:00 2001 From: joey Date: Tue, 20 Feb 2007 01:09:19 +0000 Subject: [PATCH] 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 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_. + +
+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,
+        },
+ );
+
\ No newline at end of file -- 2.45.0