This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Some Win32 Config fixes for patchlevel and perl_patchlevel:
authorSteve Hay <SteveHay@planit.com>
Mon, 9 Jul 2007 11:43:09 +0000 (11:43 +0000)
committerSteve Hay <SteveHay@planit.com>
Mon, 9 Jul 2007 11:43:09 +0000 (11:43 +0000)
commita9277f440b7800bab095ac55322c223f4308cd3e
tree129761690e0de3b9cff84c160475177f229dc547
parent15414d2b8179f5759172a843e63bd4f4857b021d
Some Win32 Config fixes for patchlevel and perl_patchlevel:
- Set $Config{patchlevel} to PERL_VERSION (it was previously blank
  because it was wrongly being set from PATCHLEVEL, which was blank)
- Set $Config{perl_patchlevel} and $Config{PERL_PATCHLEVEL} to the
  value in the top-level ".patch" file if it exists (the former was
  previously not set, while the latter was previously wrongly set to
  PERL_VERSION)

p4raw-id: //depot/perl@31569
win32/config.bc
win32/config.ce
win32/config.gc
win32/config.vc
win32/config.vc64
win32/config_sh.PL