On samedi 5 septembre 2020 13:14:55 CEST gregor herrmann wrote: > Could not find CompUnit::Repository::Staging in: > inst#/root/.raku > inst#/usr/share/perl6/site > inst#/usr/share/perl6/vendor > inst#/usr/share/perl6/core
Perl6 modules are installed in /usr/lib/perl6. Raku is not looking in the right place. This is a regression compared to 2020.06. On the other hand, shipping pre-compiled modules in /usr/lib may no longer be necessary if the pre-compiled files are binary independent. I need to check this point. All the best