Module::Find won't traverse down symbolic link directories. So if I
have Foo.pm
Foo/Bar.pm
the _find sub won't find Foo::Bar if Foo/ is a symlink.
If some you think this would be undesirable behaviour, perhaps an option
no_follow_symlinks for each exported sub would be desireable.