kenahoo / Path-Class

Cross-platform path specification manipulation
http://search.cpan.org/dist/Path-Class/
15 stars 28 forks source link

Added traverse_if function #8

Closed Mekk closed 11 years ago

Mekk commented 11 years ago

traverse which allows one to filter children before processing them. In particular resolves the problem raised in https://rt.cpan.org/Public/Bug/Display.html?id=80703 (inability to operate on dirtrees containing inaccessible directories)

kenahoo commented 11 years ago

Thanks Mekk, looks great!