From: Jarkko Hietaniemi <jhi@iki.fi>
Date: Wed, 30 Aug 2000 13:54:06 +0000 (+0000)
Subject: Don't say "Perl 5.0 source kit".
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3d6f292d797f681a198fe6c140da23cf5c860008;p=p5sagit%2Fp5-mst-13.2.git

Don't say "Perl 5.0 source kit".

p4raw-id: //depot/perl@6913
---

diff --git a/perl.c b/perl.c
index a2cfd78..39adc9b 100644
--- a/perl.c
+++ b/perl.c
@@ -2321,7 +2321,7 @@ Perl_moreswitches(pTHX_ char *s)
 	PerlIO_printf(PerlIO_stdout(),
 		      "\n\
 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.0 source kit.\n\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");