Re: Perl 6 modules plan

2001-08-13 Thread Tim Bunce
On Sat, Aug 11, 2001 at 02:31:47PM -0400, Kirrily Robert wrote: Ask wrote: On Thu, 9 Aug 2001, Kirrily Robert wrote: [...] =head2 The role of CPAN Will CPAN's role remain unchanged? Will there be a separate space for Perl 6 modules (6PAN)? If we do want to make changes to CPAN

Re: How to implement both object-method and module::function interface?

2000-08-15 Thread Tim Bunce
On Mon, Aug 14, 2000 at 11:30:28AM -0500, Jonathan Scott Duff wrote: I'll just make up some alternatives for everyone to shoot at: use Foo;# like CGI.pm, morphs on demand use Foo;# procedural Foo use OOFoo;