Subject: | Compatibility::PerlMinimumVersionAndWhy gets confused inside format |
See also https://github.com/Perl-Critic/Perl-Critic/issues/788
--8<---
``` perl
#!/usr/bin/perl
use strict;
use warnings;
our $VERSION = "0.00";
format STDOUT =
Header @<<<
$a
===========
text @<<<<<
$_
-----------
.
write;
```
``` sh
$ perlcritic -1 test.pl
test.pl#9.1: [4 - Freenode::DollarAB] Using $a or $b outside sort() :$a
test.pl#13.1: [2 - Compatibility::PerlMinimumVersionAndWhy] _Pulp__5010_stacked_filetest requires 5.010 :-----------
-->8---
Err, no, that is not a range of operators