Subject: | support module_path("Foo/Bar.pm") |
Hi Neil,
Module::Path already supports module_path("Foo/Bar") as well as
module_path("Foo::Bar"). How about supporting module_path("Foo/Bar.pm")
too? That way I can search module path from things like %INC keys without
having to s/\.pm$// first.
Regards,
Steven