Im playing around with rakudo perl6 lately and was searching for a project similar to cpan. I found cpan6 but i think there is no Perl 6 code yet.

So im looking for some alternative that does not necessarily aim to be a long term solution but is capable of maintaining modules and is written in Perl 6.

As rakudo development goes it might be possible to create more complex Perl 6 code soon.

link|improve this question

feedback

3 Answers

up vote 17 down vote accepted

Markov owns cpan6.org and worked on-and-off for some years on it. Most people I've talked don't regard this project well for various reasons. Most existing Perl6 code lives somewhere else.

There's been talk on cpan-workers to simply extend the archive structure in some canonical way to make it more suitable for other languages.

You already can publish Perl6 code on CPAN if you create shims for the existing Perl5 based infrastructure, see Perl6-Conf as an example.

link|improve this answer
thats what i was looking for. thx – mugen kenichi Jun 30 '10 at 12:12
feedback

http://proto.perl6.org/ is the currently working prototype, an alternative is being worked on (see the 'pls' branch of http://github.com/masak/proto/).

link|improve this answer
shame that only one answer may be marked correct :( – mugen kenichi Jun 30 '10 at 12:12
feedback

If you want a command line utility you'll want to use neutro until they finish pls. This will query modules available on the Perl6 website. It comes with the latest version of Rakudo * and is very simple to use.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.