stas 02/03/24 18:58:00 Modified: . CREDITS Changes README SUPPORT apache-modlist.html mod_perl_cvs.pod mod_perl_tuning.pod eg README faq mod_perl_faq.pod t report.PL Log: Adjust the mailling list addresses 's|\@apache\.org|\@perl.apache.org|' Revision Changes Path 1.7 +2 -2 modperl/CREDITS Index: CREDITS =================================================================== RCS file: /home/cvs/modperl/CREDITS,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- CREDITS 22 Aug 2001 02:31:29 -0000 1.6 +++ CREDITS 25 Mar 2002 02:57:59 -0000 1.7 @@ -310,7 +310,7 @@ There are B<many> other people who have contributed a great deal to mod_perl in one way or another, this list is derived from the Changes -file, activity on the [EMAIL PROTECTED] list including support, +file, activity on the [EMAIL PROTECTED] list including support, suggestions and new ideas, along with help through private mails or other means. @@ -340,4 +340,4 @@ =head1 REVISION -$Revision: 1.6 $ $Date: 2001/08/22 02:31:29 $ +$Revision: 1.7 $ $Date: 2002/03/25 02:57:59 $ 1.638 +3 -0 modperl/Changes Index: Changes =================================================================== RCS file: /home/cvs/modperl/Changes,v retrieving revision 1.637 retrieving revision 1.638 diff -u -r1.637 -r1.638 --- Changes 25 Mar 2002 01:59:02 -0000 1.637 +++ Changes 25 Mar 2002 02:57:59 -0000 1.638 @@ -10,6 +10,9 @@ =item 1.26_01-dev +Adjust the mailling list addresses +'s|\@apache\.org|\@perl.apache.org|' [Stas Bekman <[EMAIL PROTECTED]>] + Apache::PerlRun will now localize $SIG{__{DIE,WARN}__} thanks to Jon Coulter for the spot 1.11 +1 -1 modperl/README Index: README =================================================================== RCS file: /home/cvs/modperl/README,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- README 3 Mar 2000 06:58:26 -0000 1.10 +++ README 25 Mar 2002 02:57:59 -0000 1.11 @@ -61,7 +61,7 @@ directly inside SSI files. For comments, questions, bug-reports, etc., join the Apache/Perl -mailing list by sending mail to [EMAIL PROTECTED] +mailing list by sending mail to [EMAIL PROTECTED] sending mail to [EMAIL PROTECTED] will subscribe you to the very low-traffic announcements list. 1.18 +4 -4 modperl/SUPPORT Index: SUPPORT =================================================================== RCS file: /home/cvs/modperl/SUPPORT,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- SUPPORT 19 Sep 2001 17:03:17 -0000 1.17 +++ SUPPORT 25 Mar 2002 02:57:59 -0000 1.18 @@ -5,12 +5,12 @@ =item MAIL LIST For comments, questions, bug-reports, announcements, etc., send mail -to I<[EMAIL PROTECTED]>. +to I<[EMAIL PROTECTED]>. To subscribe to this list (which you must do to send mail to the list), send a mail message to -I<[EMAIL PROTECTED]> +I<[EMAIL PROTECTED]> We also have a mailing list just for announcements. Subscribe by sending a message to @@ -26,7 +26,7 @@ Subscribe by (you properly got the idea by now) sending mail to I<[EMAIL PROTECTED]>. -All CVS commit messages goes to the I<[EMAIL PROTECTED]> +All CVS commit messages goes to the I<[EMAIL PROTECTED]> list. Embperl CVS messages goes to I<[EMAIL PROTECTED]>. @@ -57,7 +57,7 @@ =item WHERE -Please send mail to [EMAIL PROTECTED] +Please send mail to [EMAIL PROTECTED] =item WHAT 1.82 +3 -3 modperl/apache-modlist.html Index: apache-modlist.html =================================================================== RCS file: /home/cvs/modperl/apache-modlist.html,v retrieving revision 1.81 retrieving revision 1.82 diff -u -r1.81 -r1.82 --- apache-modlist.html 15 Feb 2001 09:27:04 -0000 1.81 +++ apache-modlist.html 25 Mar 2002 02:57:59 -0000 1.82 @@ -6,7 +6,7 @@ <h1>The Apache/Perl Module List</h1> Maintained by <a href="mailto:[EMAIL PROTECTED]">Doug MacEachern</a>, -<br><i> $Revision: 1.81 $ $Date: 2001/02/15 09:27:04 $</i> +<br><i> $Revision: 1.82 $ $Date: 2002/03/25 02:57:59 $</i> <h3>Contents</h3> <a href="#intro">Introduction</a><br> @@ -48,7 +48,7 @@ Perl module list</a>, all that is said there is relevant here! <p> If you have any additions or changes for the list, please send them to -the Apache/Perl <a href="mailto:[EMAIL PROTECTED]"> mailing list </a> +the Apache/Perl <a href="mailto:[EMAIL PROTECTED]"> mailing list </a> or to <a href="mailto:[EMAIL PROTECTED]">me</a>. <p> If you wish to share you module(s) the Perl way, by putting them on CPAN, @@ -296,7 +296,7 @@ ABH Ask Bjørn Hansen <[EMAIL PROTECTED]> AKIRA Akira Hangai <[EMAIL PROTECTED]> ANDK Andreas König <[EMAIL PROTECTED]> -APML The Apache/Perl Mailing List <[EMAIL PROTECTED]> +APML The Apache/Perl Mailing List <[EMAIL PROTECTED]> BMILLETT Brian Millett <[EMAIL PROTECTED]> BOUBAKER Heddy Boubaker <[EMAIL PROTECTED]> CCWF Charles C. Fu &lt;[EMAIL PROTECTED]&gt; 1.10 +1 -1 modperl/mod_perl_cvs.pod Index: mod_perl_cvs.pod =================================================================== RCS file: /home/cvs/modperl/mod_perl_cvs.pod,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- mod_perl_cvs.pod 17 Jul 2001 02:09:00 -0000 1.9 +++ mod_perl_cvs.pod 25 Mar 2002 02:57:59 -0000 1.10 @@ -19,7 +19,7 @@ welcome, simply testing the latest snapshots is just as, if not more helpful. -It's recommended to subscribe to the I<[EMAIL PROTECTED]> list, +It's recommended to subscribe to the I<[EMAIL PROTECTED]> list, which is the place cvs commit logs and diffs are mailed to; at least if you're going to work on the code. 1.14 +3 -3 modperl/mod_perl_tuning.pod Index: mod_perl_tuning.pod =================================================================== RCS file: /home/cvs/modperl/mod_perl_tuning.pod,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- mod_perl_tuning.pod 3 Mar 2000 20:41:59 -0000 1.13 +++ mod_perl_tuning.pod 25 Mar 2002 02:57:59 -0000 1.14 @@ -414,10 +414,10 @@ mailing list. Perl POD format is best, but plain text will do, too. If you need assistance, contact the mod_perl mailing list at [EMAIL PROTECTED] first (send 'subscribe' to [EMAIL PROTECTED] [EMAIL PROTECTED] first (send 'subscribe' to [EMAIL PROTECTED] to subscribe). There are lots of people there that can help. Also, check the web pages http://perl.apache.org/ and http://www.apache.org/ for explanations of the configuration options. -$Revision: 1.13 $ -$Date: 2000/03/03 20:41:59 $ +$Revision: 1.14 $ +$Date: 2002/03/25 02:57:59 $ 1.3 +1 -1 modperl/eg/README Index: README =================================================================== RCS file: /home/cvs/modperl/eg/README,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- README 2 Mar 2002 05:38:22 -0000 1.2 +++ README 25 Mar 2002 02:57:59 -0000 1.3 @@ -14,7 +14,7 @@ http://search.cpan.org/search?mode=module&query=Apache ... and of course the mod_perl mailinglist: - mail [EMAIL PROTECTED] < /dev/null + mail [EMAIL PROTECTED] < /dev/null 1.14 +4 -4 modperl/faq/mod_perl_faq.pod Index: mod_perl_faq.pod =================================================================== RCS file: /home/cvs/modperl/faq/mod_perl_faq.pod,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- mod_perl_faq.pod 2 Jun 2001 13:54:54 -0000 1.13 +++ mod_perl_faq.pod 25 Mar 2002 02:57:59 -0000 1.14 @@ -1,6 +1,6 @@ =head1 NAME -Mod_perl_faq - frequently asked questions about mod_perl ($Date: 2001/06/02 13:54:54 $) +Mod_perl_faq - frequently asked questions about mod_perl ($Date: 2002/03/25 02:57:59 $) =head1 DESCRIPTION @@ -404,16 +404,16 @@ (threaded and indexed). You can subscribe to the list by sending a mail to -C<[EMAIL PROTECTED]> and responding to the confirmation +C<[EMAIL PROTECTED]> and responding to the confirmation message that you will receive. To unsubscribe, send mail to -C<[EMAIL PROTECTED]> B<from the address you are +C<[EMAIL PROTECTED]> B<from the address you are subscribed at> and reply to the confirmation message. Look at the full headers of mails that you receive from the list to see the address that they were sent to. The address is embedded in the C<Return-Path> header (you will probably have to activate a "show full headers" function in your mail reader to see it). To find the address, delete C<modperl-return-nnnn-> from the front of the return path -and C<@apache.org> from the back, then replace the C<=> with C<@>. +and C<@perl.apache.org> from the back, then replace the C<=> with C<@>. Remember: the mailing list is for questions about and discussion of mod_perl. Quetions about perl programming in general should be asked 1.4 +1 -1 modperl/t/report.PL Index: report.PL =================================================================== RCS file: /home/cvs/modperl/t/report.PL,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- report.PL 21 Jan 1999 06:29:10 -0000 1.3 +++ report.PL 25 Mar 2002 02:57:59 -0000 1.4 @@ -15,7 +15,7 @@ "lib/mod_perl.pm" : "../lib/mod_perl.pm"); my $msg = Mail::Send->new( - To => '[EMAIL PROTECTED]', + To => '[EMAIL PROTECTED]', Subject => 'mod_perl test report'); my $fh = $msg->open;