in reply to Re^2: Don't use 5.6.N
in thread Don't use 5.6.N
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
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Don't use 5.6.N (use v)
by xdg (Monsignor) on Oct 17, 2007 at 18:53 UTC |