Transition of CPAN to Perl6 ?

Transition of CPAN to Perl6 ?

am 29.06.2006 05:26:49 von Peter Billam

Greetings. What's intended to happene to all the Perl5 CPAN modules ?
Will there be big push for authors to translate their stuff into Perl6 ?
Can the translation be automated ?
In fact will it be done automatically anyway ?
Or is the intention to prune out some less
approved modules and reorganise the namespace ?

(Hope these aren't FAQs somewhere... :-) )

Regards, Peter

--
AUS/TAS/DPIW/CIT/Servers hbt/lnd/l8 6233 3061 http://www.pjb.com.au
Pasaré, pasarémos dice el agua y canta la verdad contra la piedra
-- Pablo Neruda

Re: Transition of CPAN to Perl6 ?

am 29.06.2006 08:13:58 von John Bokma

Peter Billam wrote:

> approved modules and reorganise the namespace ?

The latter sounds very interesting, but is probably a huge undertaking.

--
John Bokma Freelance software developer
&
Experienced Perl programmer: http://castleamber.com/

Re: Transition of CPAN to Perl6 ?

am 29.06.2006 11:11:16 von Thomas Wittek

Peter Billam schrieb:
> Greetings. What's intended to happene to all the Perl5 CPAN modules ?
> Will there be big push for authors to translate their stuff into Perl6 ?

You will be able to use Perl5 modules within Perl6:

use perl5:Some::Module;

But there are also plans for a "cpan6", which will allow modules of
several programming language (Perl5, Perl6, JavaScript, ...) to be hosted:
http://www.birmingham2006.com/cgi-bin/yapc.pl?act=talk-item& talkid=51

-Thomas