This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2ea577
)
tidier -v output
author
Yves Orton
<demerphq@dromedary.booking.com>
Fri, 26 Dec 2008 15:01:32 +0000
(16:01 +0100)
committer
Yves Orton
<demerphq@dromedary.booking.com>
Sat, 27 Dec 2008 10:18:09 +0000
(11:18 +0100)
perl.c
patch
|
blob
|
blame
|
history
diff --git
a/perl.c
b/perl.c
index
d3e3bc9
..
e963c0b
100644
(file)
--- a/
perl.c
+++ b/
perl.c
@@
-3305,9
+3305,6
@@
Perl_moreswitches(pTHX_ const char *s)
#if !defined(DGUX)
PerlIO_printf(PerlIO_stdout(),
"\nThis is perl, %"SVf
-#ifdef PERL_PATCHNUM
- " DEVEL:" STRINGIFY(PERL_PATCHNUM)
-#endif
" built for %s",
SVfARG(vstringify(PL_patchlevel)),
ARCHNAME);
@@
-3323,6
+3320,9
@@
Perl_moreswitches(pTHX_ const char *s)
Perl_form(aTHX_ " OS Specific Release: %s\n",
OSVERS));
#endif /* !DGUX */
+#ifdef PERL_PATCHNUM
+ PerlIO_printf(PerlIO_stdout(), "\nGit Description: %s", STRINGIFY(PERL_PATCHNUM));
+#endif
#if defined(LOCAL_PATCH_COUNT)
if (LOCAL_PATCH_COUNT > 0)