http://www.perlmonks.org?node_id=780531


in reply to Re: module version numbers
in thread module version numbers

I think some of my modules *do* use v-strings. At least I find I have (in some of my modules) things like:

Those aren't v-strings. v-strings start with a literal "v" like v1.2 and v1.2.3. Use version's qv instead of using v-strings.