Skip Menu |

This queue is for tickets about the DateTime-Format-Builder CPAN distribution.

Report information
The Basics
Id: 7458
Status: resolved
Priority: 0/
Queue: DateTime-Format-Builder

People
Owner: DROLSKY [...] cpan.org
Requestors: geoffr [...] gbdirect.co.uk
Cc:
AdminCc:

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



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