in reply to Re: Module version numbers best practice
in thread Module version numbers best practice
Using dates as version numbers still runs into the problems of trying to assign meanings to version numbers. For example, there was a module on CPAN that went to using the integer part of the version number as the year. And then they didn't notice that they had accidentally used next year until they had already uploaded that version to CPAN. This meant they couldn't release anything new with their desired version number scheme for a long time.
- tye
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Module version numbers best practice (meaning--)
by Bloodnok (Vicar) on Oct 21, 2013 at 10:05 UTC | |
Re^3: Module version numbers best practice (meaning--)
by marinersk (Priest) on Oct 18, 2013 at 20:23 UTC |