On Tue, April 21, 2009 11:51 am, Eric Wilhelm wrote: > # from David Golden > # on Tuesday 21 April 2009 11:19: >> Leading "v" AND two separators (period or the hated underscore). > > I don't "dislike" the underscore. It _does_ _not_ _work_ as a delimiter > in a version number because perl does not treat it as such.
Yes, it does, wearing its version object (aka version.pm) hat. perl does not treat vstrings the same as versions, and that's OK.