pause
pause copied to clipboard
Warn about mismatched package and filename case
In addition to case-folded indexing, finding "package Foo" in file "foo.pm" is probably an error and the user should be warned.
We could do that always or only if no other matching package is found. (So "package foo; package Foo" in foo.pm would be OK.)
This is done in #97.