Subject: | 'use v5.16' and greater not deemed "strict" |
As of perl v5.16, 'use $VERSION' is deemed to imply 'use strict'
This is likely more difficult to add handling for because it means you'll likely need to parse the declared version to determine which version of Perl it refers to.