You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2005/05/13 18:25:37 UTC

svn commit: r170054 - /perl/modperl/docs/trunk/src/docs/2.0/user/help/help.pod

Author: stas
Date: Fri May 13 09:25:35 2005
New Revision: 170054

URL: http://svn.apache.org/viewcvs?rev=170054&view=rev
Log:
mp2bug should be there now

Modified:
    perl/modperl/docs/trunk/src/docs/2.0/user/help/help.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/user/help/help.pod
URL: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/user/help/help.pod?rev=170054&r1=170053&r2=170054&view=diff
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/user/help/help.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/user/help/help.pod Fri May 13 09:25:35 2005
@@ -103,7 +103,14 @@
 =head2 Important Information
 
 Whenever you send a bug report make sure to include the information
-about your system by doing the following:
+about your system.
+
+=over
+
+=item *
+
+If you haven't yet installed mod_perl and/or you are having problems
+with the test suite -- you should do:
 
   % cd modperl-2.0
   % t/REPORT > mybugreport
@@ -112,17 +119,27 @@
 The C<t/REPORT> utility is autogenerated when C<perl Makefile.PL> is
 run, so you should have it already after building mod_perl.
 
-Please post the report B<inlined>, and not as an attachment!
+=item *
+
+If you have already installed mod_perl and are having problems with
+things unrelated to the the test suite -- you should do:
 
-META: soon we will have C<mp2bug> report script which will be
-installed system-wide. For now, if you don't have the source, you can
-create the report by running the following:
+  % mp2bug > mybugreport
+
+C<mp2bug> should have been installed at the same time mod_perl 2.0 was
+installed. If for some reason you can't find it, you can alternatively
+run the following command, which does the same:
 
   % perl -MApache2 -MApache::TestReportPerl \
-  -le 'Apache::TestReportPerl->new->run'
+  -le 'Apache::TestReportPerl->new->run' > mybugreport
+
+=back
+
+Please post the report (F<mybugreport>) B<inlined> in the text of your
+message, and not as an attachment!
 
 Now add L<the problem description|/Problem_Description> to the report
-and send it to the L<mailing list|maillist::modperl>.
+and send it to the L<mod_perl users mailing list|maillist::modperl>.
 
 
 =head2 Problem Description



---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org