in reply to Adding features to module

If the version number is below 1, that's usually an indication that you are still in some alpha state.

Also, if the version string contains an underscore, this doesn't affect its numeric ordering, but CPAN.pm will not offer it as a "newer" version to replace an existing installed version. That way, you can tell testers that "version 1.42_03" is a development release, install at your own risk. Then eventually roll out 1.43 when you are happy.

-- Randal L. Schwartz, Perl hacker

Replies are listed 'Best First'.
Re: •Re: Adding features to module
by fglock (Vicar) on Aug 22, 2002 at 18:52 UTC

    Thank you!

    This will give me the option to fix things after they go through cpan-testers.