PERFORCE change 12581 for review

[email protected] (Chris Nandor) Mon, 22 Oct 2001 18:00:19 -0400
Newsgroups perl.perl5.changes.mac
Message-ID <p0510030eb7fa3f82ac4a@[10.0.1.177]>
Change 12581 by pudge@pudge-mobile on 2001/10/22 19:22:12

	Nit.

Affected files ...

... //depot/maint-5.6/macperl/perl.c#7 edit

Differences ...

==== //depot/maint-5.6/macperl/perl.c#7 (text) ====
Index: perl/perl.c
--- perl/perl.c.~1~	Mon Oct 22 13:30:05 2001
+++ perl/perl.c	Mon Oct 22 13:30:05 2001
@@ -2276,8 +2276,8 @@
 		      "\n\nCopyright 1987-2001, Larry Wall\n");
 #ifdef MACOS_TRADITIONAL
 	PerlIO_printf(PerlIO_stdout(),
-		      "\nMac OS port Copyright 1991-2001, Matthias Neeracher\n"
-		      "Maintained by Chris Nandor\n");
+		      "\nMac OS port Copyright 1991-2001, Matthias Neeracher;\n"
+		      "maintained by Chris Nandor\n");
 #endif
 #ifdef MSDOS
 	PerlIO_printf(PerlIO_stdout(),
End of Patch.