in reply to Re^3: Odd Apache::Reload failure
in thread Odd Apache::Reload failure
Good point. Have you deleted strict.pm yet?
Perhaps Module::Load::Conditional should use a test like autouse does to verify whether or not import() is "special". (autouse throws up if you try to use it on a module whose import() didn't come from Exporter).
Note that I need to file a bug against autouse because it doesn't notice that it can still break things even when Exporter::import() is used because it doesn't deal with export_fail().
- tye
|
|---|