| Newsgroups |
perl.ponie.changes |
| Message-ID |
<[email protected]> |
Author: sky
Date: Thu Aug 21 06:16:44 2003
New Revision: 33
Modified:
trunk/perl/perl.c
Log:
Apply name change patch from Nicholas Clark
Modified: trunk/perl/perl.c
==============================================================================
--- trunk/perl/perl.c (original)
+++ trunk/perl/perl.c Thu Aug 21 06:16:44 2003
@@ -2601,7 +2601,7 @@
if (LOCAL_PATCH_COUNT > 0)
PerlIO_printf(PerlIO_stdout(),
"\n(with %d registered patch%s, "
- "see perl -V for more detail)",
+ "see ponie -V for more detail)",
(int)LOCAL_PATCH_COUNT,
(LOCAL_PATCH_COUNT!=1) ? "es" : "");
#endif