-
-
Save lucs/929741fff3a390290e4baf6729b34a55 to your computer and use it in GitHub Desktop.
Module not found?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
▸ raku -v | |
Welcome to Rakudo™ v2023.02. | |
Implementing the Raku® Programming Language v6.d. | |
Built on MoarVM version 2023.02. | |
▸ zef list --installed | grep App::X11SelPaste | |
===> Found via inst#/shome/lucs/rakubrew/versions/moar-2023.02/share/perl6/site | |
===> Found via inst#/shome/lucs/rakubrew/versions/moar-2023.02/share/perl6/core | |
App::X11SelPaste:ver<0.1.0>:auth<zef:lucs> | |
▸ raku -MApp::X11SelPaste | |
===SORRY!=== Error while compiling: | |
Could not find App::X11SelPaste in: | |
/home/lucs/.raku | |
/shome/lucs/rakubrew/versions/moar-2023.02/share/perl6/site | |
/shome/lucs/rakubrew/versions/moar-2023.02/share/perl6/vendor | |
/shome/lucs/rakubrew/versions/moar-2023.02/share/perl6/core | |
CompUnit::Repository::AbsolutePath<87553576> | |
CompUnit::Repository::NQP<79351696> | |
CompUnit::Repository::Perl5<79351736> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment