Hello,
this is my first post on this list, so excuse me when I do something stupid and correct me.
My problem:
I use the newest version of Debian.
I have a problem with the Perl module Proc::ProcessTable. When I use it I need to use the english language. In Proc::ProcessTable::AUTOLOAD line 30 there is a simple comparison "if ($! ~= /Invalid/)" which is okay only for english error messages. My message is in german and so the comparison always fails which makes the module little useful.
How do I report this? To whom?
Regards
Wolfgang