Re: Test::Most feedback wanted

2010-02-12 Thread Fergal Daly
On 12 February 2010 08:58, Steffen Schwigon wrote: > Fergal Daly writes: >> BTW, python gets this right >> >> from Foo.Bar import Buzz >> ... >> Buzz.ThatThingIWanted >> >> no danger of name clashes (you can import Buzz as some other name if >> there's another Buzz to import) and when reading the

Re: Test::Most feedback wanted

2010-02-12 Thread Steffen Schwigon
Fergal Daly writes: > BTW, python gets this right > > from Foo.Bar import Buzz > ... > Buzz.ThatThingIWanted > > no danger of name clashes (you can import Buzz as some other name if > there's another Buzz to import) and when reading the code, you know > where every symbol originates. I started imp