Subject: | Using languagePlug results in a warning even when successful |
When I try to use `languagePlug` to determine the right language plugin to use, it always writes a warning, even if the language exists. See: https://metacpan.org/source/SZABGAB/Syntax-Highlight-Engine-Kate-0.10/lib/Syntax/Highlight/Engine/Kate.pm#L626
I would expect if it found the thing it was looking for that it would not need to warn about it. I would also have expected that if it did not find the thing, it would die with an exception.