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?