On Jun 21, 2006, at 4:23 AM, demerphq wrote:
I see no reason nto to suppress it for $VERSION, but only when the non alpha char is an underbar.
The point is that suppressing the warning would leave people with silently broken code. It's telling you that it's treating '0.23_04' as the number 0.23, which is clearly not what's intended by either the author or user.
-Ken