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

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

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



Subject: test methods
The object orientated paradigm is nice, but it would be more complete with file test methods: $file->exists, $file->is_readable, $file->is_writable, ... These are more declarative than -e $file, and more othogonal to the rest of the module's logic.