Subject: | syntax_ok($module) only works if the module name contains :: |
_module_to_path() currently assumes the argument is a filename if it doesn't contain '::'.
This breaks syntax_ok() for many modules out there.
Simply removing this condition (lib/Test/Strict.pm:503) should fix the issue.