]> sipb.mit.edu Git - ikiwiki.git/commitdiff
resp
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 20 Feb 2007 03:07:02 +0000 (03:07 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 20 Feb 2007 03:07:02 +0000 (03:07 +0000)
doc/patchqueue/image-magick-prereq.mdwn

index fc79e7397c664309e0691ceacb2db5b874e29cc1..6f1b81750fd40ce4b20ca36652195cead6eeb83a 100644 (file)
@@ -1,5 +1,9 @@
 The _img_ plugin is part of the default install and requires _Image::Magick_.
 
 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
 ===================================================================
 <pre>
 Index: Makefile.PL
 ===================================================================
@@ -12,4 +16,4 @@ Index: Makefile.PL
 +               'Image::Magick'         => 0,
         },
  );
 +               'Image::Magick'         => 0,
         },
  );
-</pre>
\ No newline at end of file
+</pre>