Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Path-Class CPAN distribution.

Maintainer(s)' notes

I prefer that bugs & patches are filed on GitHub rather than on RT: https://github.com/kenahoo/Path-Class/issues. Thanks.

Report information
The Basics
Id: 70011
Status: new
Priority: 0/
Queue: Path-Class

People
Owner: Nobody in particular
Requestors: onken [...] netcubed.de
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.24
Fixed in: (no value)



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.