demerphq wrote:
Sorry, do i understand you correctly: Blead is already special cased
not to warn in this situation?

Blead doesn't need to special case it: the version code inherently treats numbers with embedded underscores as alpha versions:

$ LD_LIBRARY_PATH=. ./perl -e '
> package stuff;
> $VERSION = "1.002_03";
> package main;
> print stuff->VERSION;'
1.002_030

As you can see, you don't even need to create a version object; it is the version aware UNIVERSAL::VERSION which performs this magic...

John

--
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4501 Forbes Boulevard
Suite H
Lanham, MD  20706
301-459-3366 x.5010
fax 301-429-5748

Reply via email to