Re: import/export and module configuration

2005-12-19 Thread Gaal Yahas
On Fri, Dec 16, 2005 at 01:05:21PM -0800, Larry Wall wrote: > I think we can certainly let the module specify the default when > someone says > > use Module <$hownow>; > > rather than > > use Module :my<$hownow>; > > I suspect the notation for setting default on the module end is simply

Re: import/export and module configuration

2005-12-16 Thread Larry Wall
On Tue, Dec 13, 2005 at 12:42:47PM +0200, Gaal Yahas wrote: : S11 stipulates: : : * modules can decorate exports with tagsets : : * module users are the ones who control which imports are allowed, : and what scoping to give each import. The default is always lexical. : : There are a few pieces

import/export and module configuration

2005-12-13 Thread Gaal Yahas
S11 stipulates: * modules can decorate exports with tagsets * module users are the ones who control which imports are allowed, and what scoping to give each import. The default is always lexical. There are a few pieces missing in the puzzle, I think. First, can a module not suggest a scope fo