summaryrefslogtreecommitdiff
path: root/doc/patchqueue
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-18 18:01:55 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-02-18 18:01:55 +0000
commitfa386be22e019b24bbc7041b9c5028e89a87e0c0 (patch)
treeff3df7420553ce22f6bd8095d7fd6dae91e9725b /doc/patchqueue
parent15a8d140699175d4675ea1068323e36c254abd8e (diff)
* Add explicit module prereqs to Makefile.PL
Diffstat (limited to 'doc/patchqueue')
-rw-r--r--doc/patchqueue/explicit-prereqs.mdwn28
1 files changed, 0 insertions, 28 deletions
diff --git a/doc/patchqueue/explicit-prereqs.mdwn b/doc/patchqueue/explicit-prereqs.mdwn
deleted file mode 100644
index 033e882fa..000000000
--- a/doc/patchqueue/explicit-prereqs.mdwn
+++ /dev/null
@@ -1,28 +0,0 @@
-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.
-<pre>
-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
-+ }
- );
-</pre> \ No newline at end of file