Re: namespaces that differ only in case
[email protected] (Zefram)
| Newsgroups | perl.cpan.workers |
|---|---|
| Message-ID | <[email protected]> |
Ricardo Signes wrote: > resolving conflicts, then about fixing PAUSE to >treat permissions case insensitively. Eeek! That would not be fixing anything, that would be breaking it! Perl package and module names are case-sensitive. That Perl doesn't adequately encode (mangle) these names for case-incapable filesystems is a bug. We should not pander to that bug; we should fix it. -zefram