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

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

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



Subject: subsumes() does not understand .
These should both return true: $ perl -MPath::Class::Dir -wle'print Path::Class::Dir->new(".")->subsumes(Path::Class::File->new("foo"))' 0 $ perl -MPath::Class::Dir -wle'print Path::Class::Dir->new("")->subsumes(Path::Class::File->new("foo"))' 1