Subject: | Skip test files that aren't perl files |
The scanner picks up everything in t, even text files. So for example, a text file with a URL gets detected as a needing 5.10 because of "//".
I can force it to skip by setting the encoding to bytes, but that's a crude approach.
Better would be to actually check only perl files (.pm, .pl, .t, or a shebang).