NAME
App::perl::distrolint::Check::PerlVersionVar
- check for bad use of $]
DESCRIPTION
The special Perl variable $]
contains the Perl version number, formatted as a regular floating-point integer. Comparisons on this variable should be done using numerical operators (>=
etc) rather than stringy ones (ge
etc). This checker ensures any comparisons use the former kind, and not the latter.
AUTHOR
Paul Evans <leonerd@leonerd.org.uk>