Subject: | stat on Directories |
$file->stat exists, but $dir->stat doesn't. Currently I'm trying to
find out the permissions on a directory, so $dir->stat would be useful.
I think simply moving stat (and presumably lstat) from Path::Class::File
to Path::Class::Entity would achieve this.
Does that make sense to you?
Smylers