Change 23392: [PATCH perl.c pod/perl.pod pod/perlfaq2.pod]

[email protected] (Abhijit Menon-Sen) Tue, 19 Oct 2004 23:44:06 -0700
Newsgroups perl.perlfaq.workers,perl.perl5.changes
Message-ID <[email protected]>
Change 23392 by ams@penne on 2004/10/20 06:19:03

	Subject: [PATCH perl.c pod/perl.pod pod/perlfaq2.pod]
		Rephrase "Perl Home Page" References
	From: chromatic <[email protected]>
	Date: Tue, 19 Oct 2004 22:52:19 -0700
	Message-Id: <1098251539.20976.53.camel@localhost>

Affected files ...

... //depot/perl/AUTHORS#124 edit
... //depot/perl/perl.c#562 edit
... //depot/perl/pod/perl.pod#103 edit
... //depot/perl/pod/perlfaq2.pod#68 edit

Differences ...

==== //depot/perl/AUTHORS#124 (text) ====
Index: perl/AUTHORS
--- perl/AUTHORS#123~23149~	Thu Jul 22 05:09:40 2004
+++ perl/AUTHORS	Tue Oct 19 23:19:03 2004
@@ -137,7 +137,7 @@
 Christian Kirsch		<[email protected]>
 Christopher Chan-Nui		<[email protected]>
 Christopher Davis		<[email protected]>
-chromatic			<[email protected]>
+chromatic			<[email protected]>
 Chuck D. Phillips		<[email protected]>
 Chuck Phillips			<[email protected]>
 Chunhui Teng			<[email protected]>

==== //depot/perl/perl.c#562 (text) ====
Index: perl/perl.c
--- perl/perl.c#561~23372~	Fri Oct 15 07:09:54 2004
+++ perl/perl.c	Tue Oct 19 23:19:03 2004
@@ -2810,7 +2810,7 @@
 GNU General Public License, which may be found in the Perl 5 source kit.\n\n\
 Complete documentation for Perl, including FAQ lists, should be found on\n\
 this system using `man perl' or `perldoc perl'.  If you have access to the\n\
-Internet, point your browser at http://www.perl.com/, the Perl Home Page.\n\n");
+Internet, point your browser at http://www.perl.org/, the Perl Home Page.\n\n");
 	my_exit(0);
     case 'w':
 	if (! (PL_dowarn & G_WARN_ALL_MASK))

==== //depot/perl/pod/perl.pod#103 (text) ====
Index: perl/pod/perl.pod
--- perl/pod/perl.pod#102~23154~	Thu Jul 22 11:19:58 2004
+++ perl/pod/perl.pod	Tue Oct 19 23:19:03 2004
@@ -373,9 +373,9 @@
  a2p	awk to perl translator
  s2p	sed to perl translator
 
- http://www.perl.com/       the Perl Home Page
+ http://www.perl.org/       the Perl Home Page
+ http://www.perl.com/       Perl articles (O'Reilly Media)
  http://www.cpan.org/       the Comprehensive Perl Archive
- http://www.perl.org/       Perl Mongers (Perl user groups)
 
 =head1 DIAGNOSTICS
 

==== //depot/perl/pod/perlfaq2.pod#68 (text) ====
Index: perl/pod/perlfaq2.pod
--- perl/pod/perlfaq2.pod#67~23382~	Tue Oct 19 04:21:55 2004
+++ perl/pod/perlfaq2.pod	Tue Oct 19 23:19:03 2004
@@ -523,8 +523,8 @@
 
 =head2 What is perl.com? Perl Mongers? pm.org? perl.org? cpan.org?
 
-The Perl Home Page at http://www.perl.com/ is currently hosted by
-The O'Reilly Network, a subsidiary of O'Reilly and Associates.
+Perl.com at http://www.perl.com/ is part of the O'Reilly Network, a subsidiary
+of O'Reilly Media.
 
 Perl Mongers is an advocacy organization for the Perl language which
 maintains the web site http://www.perl.org/ as a general advocacy
End of Patch.