No, it isn't use causing different parsing. 5.8.0 is interpretted as v5.8.0 in versions of Perl that support v-strings. The 'v' is only required if a single dot is used. v5.8 is different from 5.8 (but 5.8.0 is just v5.8.0).
So the dropping of v-string support should drop the interpretation of 5.8.0 as a v-string whether in a use line or not.
- tye
In reply to Re^3: Don't use 5.6.N (use v)
by tye
in thread Don't use 5.6.N
by xdg
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |