|
Posted by Thomas Wittek on June 29, 2006, 5:11 am
Please log in for more thread options
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
|