diff options
author | chromatic <chromatic@wgz.org> | 2004-10-19 15:52:19 -0700 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2004-10-20 06:19:03 +0000 |
commit | c9e30dd8153632a4205f5780cc54d922f26feb15 (patch) | |
tree | c1a8e281d96fd3bc0879e680ee6d03da062d7e2e /perl.c | |
parent | d7fe8a7a142a8a71ee7a4ebb861012b548dc70a2 (diff) | |
download | perl-c9e30dd8153632a4205f5780cc54d922f26feb15.tar.gz |
Rephrase "Perl Home Page" References
Message-Id: <1098251539.20976.53.camel@localhost>
p4raw-id: //depot/perl@23392
Diffstat (limited to 'perl.c')
-rw-r--r-- | perl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2810,7 +2810,7 @@ Perl may be copied only under the terms of either the Artistic License or the\n\ 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)) |