Skip to content

Commit 9ba9836

Browse files
committed
define CPAN and perldoc for non-perl 5 users
1 parent 8952df2 commit 9ba9836

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/faq.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ See the 'rb-nutshell' pod under L<https://docs.perl6.org/language/rb-nutshell>
124124
125125
=head1 Modules
126126
127-
=head2 Is there a CPAN for Perl 6?
127+
=head2 Is there a CPAN (repository of third party library modules) for Perl 6?
128128
X<|CPAN (FAQ)>X<|ecosystem>
129129
130130
Yes, it's the same L<CPAN|http://cpan.org/> as for Perl 5! The only difference is
@@ -139,7 +139,7 @@ Viewing of modules available CPAN will be implemented soon on
139139
L<modules.perl6.org website|https://modules.perl6.org/> (temporarily, it's
140140
available as L<a raw JSON file|https://github.com/ugexe/Perl6-ecosystems/blob/master/cpan.json>
141141
142-
=head2 Is there a perldoc for Perl 6?
142+
=head2 Is there a perldoc (command line documentation viewer) for Perl 6?
143143
144144
Yes, its called p6doc and is present in the ecosystem under that name. It's
145145
present in Rakudo Star but you will need to install it using the monthly

0 commit comments

Comments
 (0)