Subject: | search of @INC fails with relative paths |
I'm looking at DateTime-Format-Builder-0.7805
If I have a relative path (e.g., "lib") in my @INC when lib/DateTime/Format/Builder/Parser.pm does its search for Parser implementation modules then it doesn't look in there.
The problem is at line 621. It ignores files whose full path (starting from the @INC entry) starts with a lowercase letter. This is clearly meaningless. It is only coincidental that it works on full paths on Windows, because it happens to use an uppercase letter for the drive.
cheers,
qef