NAME
File::Find::Rule::DirectoryEmpty - find empty directories recursively
SYNOPSIS
use File::Find::Rule::DirectoryEmpty;
my @emptydirs = File::Find::Rule::DirectoryEmpty->directoryempty->in('/home/myself');
directoryempty()
returns boolean
DESCRIPTION
Instead of reading full count of directory contents, we return false as soon as we match something other then . or .. This may not work on windoze.
AUTHOR
Leo Charre leocharre at cpan dot org