Now that I have upgraded to 5.8.4, I see that v-strings are deprecated. I looked around, and found some discussion on the subject (Everything you wanted to know about Module Version Numbers and Checking and Simple Module Tutorial among many others), but the discussions all predate the deprecation of v-strings, as far as I can tell.
So my question is, what should use I instead of v1.2.3? Is it:
In reply to v-strings deprecated; what to use instead? by pbeckingham
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |