Skip Menu |

This queue is for tickets about the Directory-Iterator CPAN distribution.

Report information
The Basics
Id: 80336
Status: resolved
Priority: 0/
Queue: Directory-Iterator

People
Owner: steve.sanbeg [...] gmail.com
Requestors: NEILB [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 1.000
Fixed in: 1.001



Subject: Add 'recurse' option to constructor
It would be nice if I could say the following: my $iterator = Directory::Iterator->new($TEMPLATE_DIR, recurse => 0); To tell it to only look in the specified directory, and not search in any sub-directories. Cheers, Neil