On Tuesday, June 3, 2003, at 10:50 PM, Craig A. Berry wrote:
Michael at one point suggested to me a tied hash.  If that means what
I think it means, it would do a lookup on 'Foo.pm' and then, if that
lookup failed, try 'foo.pm'.

Better to just have a regular hash keyed by lower-case names:


%proper_case = map { lc, $_ } maniread();

It's possible that the 'dist' or 'distdir' actions should warn the author if two entries in the MANIFEST are the same modulo case.

-Ken



Reply via email to