pause icon indicating copy to clipboard operation
pause copied to clipboard

Warn about mismatched package and filename case

Open dagolden opened this issue 11 years ago • 1 comments

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.)

dagolden avatar Mar 02 '13 16:03 dagolden

This is done in #97.

rjbs avatar Mar 16 '14 08:03 rjbs