Le Jeu. Jan. 22 06:40:17 2009, frank.wiegand a écrit :
Show quoted text> Am Mittwoch, den 21.01.2009, 11:25 -0500 schrieb Vincent Pit via RT:
>
> Strange, my bleadperl does:
>
> % bleadperl -MConfig -MData::Dumper -E 'say Dumper \%Config::Config' |
> grep patchlevel
> 'patchlevel' => '11',
> 'perl_patchlevel' => 'GitLive-blead-283-g1e70e88',
> 'version_patchlevel_string' => 'version 11 subversion 0
> patch GitLive-blead-283-g1e70e88',
You can also say perl -V:.*patchlevel.*
Show quoted text>
> I'll have to investigate.
>
>
> Thanks, Frank
>
I can't seem to find g1e70e88 in the repo anymore (see
http://perl5.git.perl.org/perl.git/commit/g1e70e88). Also, 283 is an old
ref - we're now at 405. Things may have changed quite a bit in between.
I know Yves was experimenting on how to correctly handle this for some
time. The HEAD at the time perl was built now appears in perl -V,
together with hints about possible local commits and/or uncommitted changes.