From: James Mastros [mailto:[EMAIL PROTECTED]] > > Speaking of contract names, is Damien about? In Class::Contract... the package name is the unique identifier. Piers Cawley has been working on Interface::Polymorphism http://search.cpan.org/search?dist=Interface-Polymorphism Perhaps he has some insight to share? This ties into a concern I have with Perl 6. If I write a module that depends on the Bar and Baz modules, which themselves require different incompatible versions of module Foo... How will that work under Perl 6? $Foo::VERSION eq 1.00 | | $Foo::VERSION eq 2.00 | | Bar Baz \ / My::Module Garrett
- Re: Really auto autoloaded mod... Dan Sugalski
- Re: Really auto autoloaded mod... John Porter
- Re: Really auto autoloaded mod... John Porter
- Re: Really auto autoloaded mod... Tim Bunce
- Re: Really auto autoloaded mod... John Porter
- Re: Really auto autoloaded mod... John Porter
- Re: Really auto autoloaded modules Johan Vromans
- Re: Really auto autoloaded modules Dan Sugalski
- RE: Really auto autoloaded modules Garrett Goebel
- Re: Really auto autoloaded modules Michael G Schwern
- RE: Really auto autoloaded modules Garrett Goebel
- RE: Really auto autoloaded modules Dave Storrs
- RE: Really auto autoloaded modules Hildo . Biersma
- RE: Really auto autoloaded modules Dave Storrs
- Re: Really auto autoloaded modules David Grove
- Re: Really auto autoloaded modules Branden
- Re: Really auto autoloaded modules Dan Sugalski