It should do *something*; I suspect the intent was to offload that
something, since there was at one point the idea of exec()ing a perl 5. At
the very least it should throw --- but that might be handled sufficiently
by the default.

On Wed, Feb 22, 2017 at 8:45 AM, Zoffix Znet <perl6-bugs-follo...@perl.org>
wrote:

> # 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/91a4ac5a671b7943793a8fdb13a2fd
> a952671f71/src/Perl6/Grammar.nqp#L1595-L1599
>



-- 
brandon s allbery kf8nh                               sine nomine associates
allber...@gmail.com                                  ballb...@sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net

Reply via email to