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: 12906
Status: resolved
Priority: 0/
Queue: Path-Class

People
Owner: Nobody in particular
Requestors: smylers [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.10
Fixed in: (no value)



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
Good idea, I'll make the change. -Ken