Subject: | maniread() should return a tied, case-insensitive hash on VMS |
http://archive.develooper.com/makemaker@perl.org/msg01210.html
maniread() needs to deal better with the non-case preserving nature of VMS. It currently does this clumsily by downcasing the filenames. This is lossy. Also, VMS isn't always non-case preserving.
Instead, have maniread() return a tied case-insensitive hash on VMS.