Fix $Config{ccversion} for Borland C++ 5.5.1
authorSteve Hay <SteveHay@planit.com>
Wed, 15 Jun 2005 16:30:58 +0000 (16:30 +0000)
committerSteve Hay <SteveHay@planit.com>
Wed, 15 Jun 2005 16:30:58 +0000 (16:30 +0000)
commit645ff3cb711b95d7444ec52a58fa4be7561ff5d1
tree094294346af38f962baee9d619875b9a106d9fdf
parentab019eaa775fdcae8aaf709315c7ba85a788ee6c
Fix $Config{ccversion} for Borland C++ 5.5.1

This pattern match seems a little saner, and stops " for Win32"
getting picked up from the following output:

Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland

Maybe it breaks older versions, but at least the latest now works
correctly. If anyone knows what older versions' messages look like
then speak up!

p4raw-id: //depot/perl@24855
win32/config_sh.PL