On Wed, 22 Feb 2017 05:45:54 -0800, c...@zoffix.com wrote:
> 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


Fix and tests in https://github.com/rakudo/rakudo/commit/4868e9271a

Reply via email to