Subject: | ProhibitBuiltinHomonyms should include the sub name in the error message |
"Subroutine name is a homonym for builtin function"
should be
"Subroutine name 'whatever' is a homonym for builtin function"
so that I don't have to open the source file to know which function it
is that is complaining.
This is done in Subroutines::ProhibitUnusedPrivateSubroutines like so:
"Private subroutine/method '_thpppt' declared but not used"