in reply to Re: Re: Re: Re: Re: Re: use Module and case-insensitive file names
in thread use Module and case-insensitive file names

It's not illegal to see if a function exists in a certain package, and it's not illegal to see if an array exists, no matter how you qualify it. There's no bug there. Maybe having UNIVERSAL::import is a bug.

_____________________________________________________
Jeff japhy Pinyan: Perl, regex, and perl hacker.
s++=END;++y(;-P)}y js++=;shajsj<++y(p-q)}?print:??;

  • Comment on Re: Re: Re: Re: Re: Re: Re: use Module and case-insensitive file names

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Re: Re: Re: use Module and case-insensitive file names
by John M. Dlugosz (Monsignor) on Jul 31, 2001 at 02:16 UTC
    That's what tye points out in the snippet he pointed out on another thread: Exporter::import is aliased into UNIVERSAL::import, so its triggered even if you don't mention Exporter in your module. That just doesn't seem right.