pub fn module_path_to_name(module_path: &str) -> String
Convert a module path/key into a module name.
Handles both / and \\ separators and strips .pm/.pl suffixes.
/
\\
.pm
.pl