in reply to Re: Re: Re: use Module and case-insensitive file names
in thread use Module and case-insensitive file names
It seems to me that something like you propose used to exist! I recall getting an error when the package didn't match the name. Maybe this was in there before, or still is but doesn't work anymore?
If you warn that package_Foo doesn't exist after reading Foo.pm, that's a general warning that's good anywhere: the file may have been renamed, you might have fat-fingered the package line when writing it, it might be a symlink, etc. If you are going to make it windows-only, check that some package does exist that's a case mismatch, rather than the target just not existing. To make it complete, need a no warnings 'package_load' as well.
—John
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Re: use Module and case-insensitive file names
by japhy (Canon) on Jul 31, 2001 at 01:34 UTC | |
by John M. Dlugosz (Monsignor) on Jul 31, 2001 at 01:59 UTC | |
by japhy (Canon) on Jul 31, 2001 at 02:06 UTC | |
by John M. Dlugosz (Monsignor) on Jul 31, 2001 at 02:16 UTC | |
by John M. Dlugosz (Monsignor) on Jul 31, 2001 at 02:13 UTC | |
by japhy (Canon) on Jul 31, 2001 at 02:22 UTC |