Advertisement
Guest User

Untitled

a guest
Feb 2nd, 2021
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. 1/
  2. moi@DebianMsrv64:~/raku$ zef list --installed
  3. ===> Found via /home/moi/.perl6
  4. File::Find:ver<0.1.1>
  5. File::Which:ver<1.0.1>
  6. LibraryCheck:ver<0.0.9>:auth<github:jonathanstowe>:api<1.0>
  7. LibraryMake:ver<1.0.0>:auth<github:retupmoca>
  8. List::MoreUtils:ver<0.0.8>:auth<cpan:ELIZABETH>
  9. List::Util:ver<0.0.9>:auth<cpan:ELIZABETH>
  10. List::UtilsBy:ver<0.0.6>:auth<cpan:ELIZABETH>
  11. Readline:ver<0.1.6>:auth<cpan:fooist>
  12. Shell::Command
  13. ===> Found via /usr/lib/perl6
  14. CORE:ver<6.d>:auth<perl>
  15. ===> Found via /usr/lib/perl6/vendor
  16. zef:ver<0.6.2>:auth<github:ugexe>:api<0>
  17.  
  18. 2/test.raku
  19. #!/bin/env raku
  20. use File::Find;
  21.  
  22. ./result:
  23. ./test.raku
  24. ===SORRY!=== Error while compiling /mnt/vg2/raku/./test.raku
  25. Could not find File::Find in:
  26. file#/home/moi/raku/lib
  27. file#/home/moi/raku/exoslib
  28. file#/home/moi/raku/trylib
  29. inst#/home/moi/.raku
  30. inst#/usr/local/share/perl6/site
  31. inst#/usr/local/share/perl6/vendor
  32. inst#/usr/local/share/perl6/core
  33. ap#
  34. nqp#
  35. perl5#
  36. at /mnt/vg2/raku/./test.raku:2
  37.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement