diff --git a/mozilla/webtools/bugzilla/docs/xml/faq.xml b/mozilla/webtools/bugzilla/docs/xml/faq.xml index fde17b8ea57..5547ce5d4e9 100644 --- a/mozilla/webtools/bugzilla/docs/xml/faq.xml +++ b/mozilla/webtools/bugzilla/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