stas 2004/06/27 11:47:51
Modified: lib/ModPerl TestReport.pm
. Changes
Log:
change t/REPORT to suggest to post bug reports to the modperl users
list, to be consistent with the documentation
Revision Changes Path
1.3 +3 -0 modperl-2.0/lib/ModPerl/TestReport.pm
Index: TestReport.pm
===================================================================
RCS file: /home/cvs/modperl-2.0/lib/ModPerl/TestReport.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -u -r1.2 -r1.3
--- TestReport.pm 4 Mar 2004 06:01:06 -0000 1.2
+++ TestReport.pm 27 Jun 2004 18:47:51 -0000 1.3
@@ -99,4 +99,7 @@
return $package;
}
+sub report_to { '[EMAIL PROTECTED]' }
+
+
1;
1.391 +3 -0 modperl-2.0/Changes
Index: Changes
===================================================================
RCS file: /home/cvs/modperl-2.0/Changes,v
retrieving revision 1.390
retrieving revision 1.391
diff -u -u -r1.390 -r1.391
--- Changes 13 Jun 2004 05:39:08 -0000 1.390
+++ Changes 27 Jun 2004 18:47:51 -0000 1.391
@@ -12,6 +12,9 @@
=item 1.99_15-dev
+change t/REPORT to suggest to post bug reports to the modperl users
+list, to be consistent with the documentation [Stas]
+
amd64 fixes [Joe Schaefer <[EMAIL PROTECTED]>]
- use IV insteaf of int where a pointer is used
- mpxs_APR__Bucket_new needs to use apr_size_t/off_set_t types