Perl5-IDEA icon indicating copy to clipboard operation
Perl5-IDEA copied to clipboard

Consider taking `use vXXX`. into account when obtaining perl version in the context of a file.

Open hurricup opened this issue 1 year ago • 0 comments

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 use statements or features.
  • consider module-dependent version specification

hurricup avatar Sep 12 '24 13:09 hurricup