Module Foo::Bar has been installed somewhere in @INC.
Other than recursively checking @INC for Foo, then Bar, then scripts or t, is there a way of accessing those directories from the module itself?
For example, I would like to call a particular script in lib/scripts/findmeifyoucan.pl from Foo/Bar.pm.