Subject: | ::Dir->recurse recurses indefinitely on recursive symlinks |
If there is a symlink that links to a parent folder (and thus creating a recursive structure),
Path::Class::Dir recurses indefinitely. There is no way to break out of the recursion.