Ken Williams wrote:
I've fixed it in my local copy, but I'm not sure about one thing. Do we want the result to be:

 provides:
   Talk_Library::Admin:
     file: lib/Talk_Library/Admin.pm
     version: 0.61.129

or

 provides:
   Talk_Library::Admin:
     file: lib/Talk_Library/Admin.pm
     version: v0.61.129

?

Personally I'm thinking the former but I'm not sure.

The version object code understands both to be the same value (i.e. with or without leading 'v'). The normal form for version objects is with the leading 'v', which is what you would get if you used $v->normal or $v->stringify with a multi-decimal version object, so I would actually prefer the leading 'v' for consistency.

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