From: joey Date: Sun, 18 Feb 2007 03:41:09 +0000 (+0000) Subject: web commit by http://id.inelegant.org/ X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/5236f0d1e4ce2d4f2a952c63e24b7ce3e983d49a web commit by http://id.inelegant.org/ --- diff --git a/doc/patchqueue/explicit-prereqs.mdwn b/doc/patchqueue/explicit-prereqs.mdwn new file mode 100644 index 000000000..033e882fa --- /dev/null +++ b/doc/patchqueue/explicit-prereqs.mdwn @@ -0,0 +1,28 @@ +You'll might want to make some of these optional, but given the strange behaviour when old versions of certain modules are used, this is a nice sanity check. +
+Index: Makefile.PL
+===================================================================
+--- Makefile.PL (revision 2626)
++++ Makefile.PL (working copy)
+@@ -71,4 +71,20 @@
+        PREFIX          => "/usr/local",
+        PM_FILTER       => './pm_filter $(PREFIX) $(VER) $(PROBABLE_INST_LIB)',
+        MAN1PODS        => {},
++       PREREQ_PM   => {
++        'Text::Markdown'   => 0,
++        'URI'              => 0,
++        'HTML::Parser'     => 0,
++        'CGI::Session'     => 0,
++        'CGI::FormBuilder' => 3.02.02,
++        'Mail::Sendmail'   => 0,
++        'Time::Duration'   => 0,
++        'DateTime'         => 0,
++        'HTML::Scrubber'   => 0,
++        'RPC::XML'         => 0,
++        'XML::Simple'      => 0,
++        'XML::Feed'        => 0,
++        'File::MimeInfo'   => 0,
++        'Locale::gettext'  => 1.04
++    }
+ );
+
\ No newline at end of file