[PATCH] ponie -v
[email protected] (Nicholas Clark)
| Newsgroups | perl.ponie.dev |
|---|---|
| Message-ID | <[email protected]> |
This is ponie, v5.9.0 built for i686-linux
(with 1 registered patch, see perl -V for more detail)
what is that perl thing?
Would it be better with:
--- perl/perl.c.orig 2003-08-20 18:35:05.000000000 +0100
+++ perl/perl.c 2003-08-21 11:41:40.000000000 +0100
@@ -2601,7 +2601,7 @@ Perl_moreswitches(pTHX_ char *s)
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
Also, should there be an additional copyright notice in perl.c to say that
it's also copyright TPF 2001-2003 (2001 because of the parrot bits) ?
Nicholas Clark