in reply to Re: Module version numbers best practice
in thread Module version numbers best practice

According to Perl::Critic::Policy::ValuesAndExpressions::ProhibitComplexVersion
The construction use version; our $VERSION = qv('1.2.3'); is exempt from this policy by default, because it is recommended by Perl Best Practices.