There's a million and one opinions on this.  Here's mine.  I only use
the #.## format, and never use a zero for the last digit.  Therefore, I
always start with 1.01, and wouldn't use something like 1.10, (i.e., I'd
go from 1.09 to 1.11).  I've never had any problems with this formating,
and it works with everything.  All other formats have pros and cons.
Just my $0.02.

On Feb 17, 2008 1:59 PM, Geoffrey Leach <[EMAIL PROTECTED]> wrote:
> I recently had my hand slapped (in the nicest possible way!) for this
> in the principal module of a CPAN submission.
>
> use version; our $VERSION = qv("1.0.0"); # Also appears ...
>
> our $VERSION = 1.0000;
>
> worked just fine.  Is there a workaround that allows the use of qv,
> short of using Module::Build?
>

Reply via email to