Skip to content

Instantly share code, notes, and snippets.

@zoffixznet
Created July 16, 2018 10:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zoffixznet/8d72d3ea90728aa0bd17ac10d3fafd4b to your computer and use it in GitHub Desktop.
Save zoffixznet/8d72d3ea90728aa0bd17ac10d3fafd4b to your computer and use it in GitHub Desktop.
2018.06.140 zoffix@VirtualBox~/R/rakudo (handle-6.d)$ z mod DOM::Tiny
===> Searching for: DOM::Tiny
2018.06.140 zoffix@VirtualBox~/R/rakudo (handle-6.d)$ ./perl6 ../z.p6
===SORRY!===
Could not find DOM::Tiny at line 6 in:
/home/zoffix/.perl6
/home/zoffix/R/install/share/perl6/site
/home/zoffix/R/install/share/perl6/vendor
/home/zoffix/R/install/share/perl6
CompUnit::Repository::AbsolutePath<71897744>
CompUnit::Repository::NQP<71857320>
CompUnit::Repository::Perl5<71857360>
2018.06.140 zoffix@VirtualBox~/R/rakudo (handle-6.d)$ z mod DOM::Tiny
===> Searching for: DOM::Tiny
===> Found: DOM::Tiny:ver<0.4.1>:auth<github:zostay> [via Zef::Repository::Ecosystems<p6c>]
===> Dependencies: Test, Test::META
===> Fetching: DOM::Tiny
Fetching with plugin: Zef::Service::Shell::git+{<anon|1>}
===> Fetching [OK]: DOM::Tiny:ver<0.4.1>:auth<github:zostay> to /home/zoffix/.zef/tmp/1531736818.4532.6642/p6-DOM-Tiny.git
===> Extracting: DOM::Tiny
Extracting with plugin: Zef::Service::Shell::git+{<anon|1>}
===> Extraction [OK]: DOM::Tiny to /home/zoffix/.zef/store/p6-DOM-Tiny.git
===> Filtering: DOM::Tiny:ver<0.4.1>:auth<github:zostay>
===> Filtering [OK] for DOM::Tiny:ver<0.4.1>:auth<github:zostay>
===> # SKIP: No need to build DOM::Tiny:ver<0.4.1>:auth<github:zostay>
===> Installing: DOM::Tiny:ver<0.4.1>:auth<github:zostay>
===> Install [OK] for DOM::Tiny:ver<0.4.1>:auth<github:zostay>
2018.06.140 zoffix@VirtualBox~/R/rakudo (handle-6.d)$ ./perl6 -v
This is Rakudo version 2018.06-197-gbe7868571 built on MoarVM version 2018.06-223-ga50a0b15b
implementing Perl 6.c.
2018.06.140 zoffix@VirtualBox~/R/rakudo (handle-6.d)$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment