# New Ticket Created by Zoffix Znet # Please include the string: [perl #130834] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=130834 >
I notice the first thing[^1] our `use` pragma looks for when it gets a version is `v5` and tries to load `Perl 5` module: That doesn't appear to be a thing any more. Should that conditional be tossed from the grammar? m: use v5 13:41 camelia rakudo-moar 91a4ac: OUTPUT: «===SORRY!===Could not find Perl5 at line 1 in: /home/camelia/.perl6 /home/camelia/rakudo-m-inst-1/share/perl6/site /home/camelia/rakudo-m-inst-1/share/perl6/vendor /home/camelia/rakudo-m-inst-1/share/perl6 CompUnit::Repos…» https://github.com/rakudo/rakudo/blob/91a4ac5a671b7943793a8fdb13a2fda952671f71/src/Perl6/Grammar.nqp#L1595-L1599