On Tue, Jan 5, 2021 at 5:10 AM Ralph Mellor <ralphdjmel...@gmail.com> wrote:
>
> I googled rakudoc and that led to:
>
> https://github.com/Raku/rakudoc
>
> which says it's forked from:
>
> https://github.com/noisegul/perl6-p6doc
>
> So I tried that in m.r.o and it's listed:
>
> https://modules.raku.org/search/?q=p6doc
>
> So, perhaps you can zef install p6doc?
>
> Maybe the doc you read mentioning rakudoc
> is ahead of the situation in rakudo versions, or
> at least yours, as well as being ahead of the
> ecosystem?
>
> love, raiph

Raiph's suggestion works for me (on rakudo-2020.10). I mean, p6doc installs:

Last login: Tue Jan  5 08:23:11 on ttys023
user@mbook:~$ ~/rakudo/rakudo-2020.10/zef/bin/zef install p6doc
===> Searching for: p6doc
===> Updating cpan mirror:
https://raw.githubusercontent.com/ugexe/Perl6-ecosystems/master/cpan1.json
===> Updating p6c mirror:
https://raw.githubusercontent.com/ugexe/Perl6-ecosystems/master/p6c1.json
===> Updated p6c mirror:
https://raw.githubusercontent.com/ugexe/Perl6-ecosystems/master/p6c1.json
===> Updated cpan mirror:
https://raw.githubusercontent.com/ugexe/Perl6-ecosystems/master/cpan1.json
===> Searching for missing dependencies: Pod::To::BigPage:ver<0.5.1+>
===> Searching for missing dependencies: HTTP::UserAgent, Test::When
===> Building: p6doc:ver<1.002001>
===> Building [OK] for p6doc:ver<1.002001>
===> Testing: HTTP::UserAgent:ver<1.1.51>:auth<github:sergot>
[HTTP::UserAgent] # NETWORK_TESTING was not set
[HTTP::UserAgent] # NETWORK_TESTING was not set
[HTTP::UserAgent] # NETWORK_TESTING was not set
[HTTP::UserAgent] # NETWORK_TESTING was not set
[HTTP::UserAgent] # NETWORK_TESTING was not set
[HTTP::UserAgent] # NETWORK_TESTING was not set
===> Testing [OK] for HTTP::UserAgent:ver<1.1.51>:auth<github:sergot>
===> Testing: Test::When:ver<1.001008>
===> Testing [OK] for Test::When:ver<1.001008>
===> Testing: Pod::To::BigPage:ver<0.5.2>:auth<Perl 6>
===> Testing [OK] for Pod::To::BigPage:ver<0.5.2>:auth<Perl 6>
===> Testing: p6doc:ver<1.002001>
===> Testing [OK] for p6doc:ver<1.002001>
===> Installing: HTTP::UserAgent:ver<1.1.51>:auth<github:sergot>
===> Installing: Test::When:ver<1.001008>
===> Installing: Pod::To::BigPage:ver<0.5.2>:auth<Perl 6>
===> Installing: p6doc:ver<1.002001>

2 bin/ scripts [pod2onepage p6doc] installed to:
/Users/me/rakudo/rakudo-2020.10/install/share/perl6/site/bin
user@mbook:~$

HTH, Bill.

Reply via email to