Skip to content

Commit

Permalink
[FAQ] new modules section to contain more content
Browse files Browse the repository at this point in the history
  • Loading branch information
stmuk committed Oct 21, 2015
1 parent f471356 commit c2333fb
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions doc/Language/faq.pod
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,17 @@ For example regex matches return L<Match objects that know how to respond
to list indexing, hash indexing, and that can turn into the matched
string|/type/Match>.
=head1 Modules
=head2 Is there a CPAN for Perl 6? Or will Perl 6 use the Perl 5 CPAN?
There isn't yet a module repository for Perl 6 as sophisticated as CPAN.
But L<modules.perl6.org|http://modules.perl6.org/> has a list of known
Perl 6 modules, and L<panda|https://github.com/tadzik/panda/> can install
those that work with L<rakudo|http://rakudo.org/>.
Support for installing Perl 6 modules from the Perl 5 CPAN is on its way.
=head1 Meta Questions and Advocacy
=head2 When will Perl 6 be ready? Is it ready now?
Expand Down Expand Up @@ -347,13 +358,4 @@ Please see the L<feature comparison
matrix|http://perl6.org/compilers/features> for an overview of implemented
features.
=head2 Is there a CPAN for Perl 6? Or will Perl 6 use the Perl 5 CPAN?
There isn't yet a module repository for Perl 6 as sophisticated as CPAN.
But L<modules.perl6.org|http://modules.perl6.org/> has a list of known
Perl 6 modules, and L<panda|https://github.com/tadzik/panda/> can install
those that work with L<rakudo|http://rakudo.org/>.
Support for installing Perl 6 modules from the Perl 5 CPAN is on its way.
=end pod

0 comments on commit c2333fb

Please sign in to comment.