From 47552954db6be6abcf3c27339fdb1063637c0066 Mon Sep 17 00:00:00 2001 From: "travis%sedsystems.ca" <> Date: Wed, 19 Jan 2005 00:39:30 +0000 Subject: 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(+) (limited to 'docs/xml/faq.xml') diff --git a/docs/xml/faq.xml b/docs/xml/faq.xml index fde17b8ea..5547ce5d4 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