https://bz.apache.org/SpamAssassin/show_bug.cgi?id=6456
--- Comment #20 from Martin Puppe <[email protected]> --- `am_running_on_windows` works but it doesn't pass the tests. Like you said, it's a circular dependency issue: M::S::Logger::Stderr uses M::S::Util uses M::S::Logger uses M::S::Logger::Stderr We have two options: 1. Put am_running_on_windows into it's own module (M::S::Util::Win32 ?). 2. Duplicate the code in M::S::Logger::Stderr IMHO, the first option is preferrable. If you agree, I will open an issue and submit a patch. -- You are receiving this mail because: You are the assignee for the bug.
