From 54878847f42ae628602b47edd90a72680e908b13 Mon Sep 17 00:00:00 2001
From: "travis%sedsystems.ca" <>
Date: Wed, 19 Jan 2005 00:40:20 +0000
Subject: [PATCH] Bug 278336 : goodperl.t now checks shebang lines for
/usr/bin/perl Patch by travis@sedsystems.ca r=vladd
---
docs/xml/faq.xml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/docs/xml/faq.xml b/docs/xml/faq.xml
index fde17b8ea5..5547ce5d4e 100644
--- a/docs/xml/faq.xml
+++ b/docs/xml/faq.xml
@@ -260,6 +260,19 @@ C:\mysql\bin\replace "#!/usr/bin/perl" "#!C:\perl\bin\perl" -- *.cgi *.pl
/usr/local/bin/perl with your own perl path.
+
+ Once you've modified all your files, you'll also need to modify the
+ t/002goodperl.t test, as it tests that all
+ shebang lines are equal to /usr/bin/perl.
+ (For more information on the test suite, please check out the
+ appropriate section in the Developers'
+ Guide.) Having done this, run the test itself:
+
+perl runtests.pl 2 --verbose
+
+ to ensure that you've modified all the relevant files.
+
If using Apache on Windows, you can avoid the whole problem
by setting the