Re: [Module::Build] M::B and version.pm
Status: Beta
Brought to you by:
kwilliams
|
From: David E. W. <da...@ki...> - 2006-02-22 21:37:34
|
On Feb 22, 2006, at 12:54, John Peacock wrote: > That would be $v->normal, but that isn't the problem. The problem > is that M::B doesn't want to carry around the version object as an > object, and so has to convert into something non-magical. Right. > If Ken and/or Randy want to tell me whether they want to hold 0.28 > for the fully debugged and thought out version object support, I > will do what I can to get that working. I think that this is the way that it will have to go before long. What with Damian encouraging everyone to use version.pm for their version objects, we're already seeing distributions such as "Class- Std-v0.0.8" (what's with the "v"?). After the next release of Module::Build, if a new version of Class::Std is released, it will be "Class-Std-000009". Some might find that annoying. And why very few modules use version.pm now, I would expect that to start to change in the next year. Best, David |