Damian Conway wrote:
> So require and do issue a warning if they require or do an empty file.
> Better that than meaningless 1;'s at the end of every module.

If we're going to be changing these things, can't we at least ensure that 
        use Foo 'bar';
returns the result of the
        Foo->import('bar');
which implicitly occurs?

-- 
John Porter

Reply via email to