Perl5-IDEA
Perl5-IDEA copied to clipboard
Consider taking `use vXXX`. into account when obtaining perl version in the context of a file.
It actually defines the lower bound for the perl version. So I would:
- check if it is consistent with selected version and suggest a quickfix if it doesnt
- may be introduce some 'auto' selection, so plugin would use only context to detect the version by
usestatements or features. - consider module-dependent version specification