> On 08 May 2015, at 17:53, (via RT) <perl6-bugs-follo...@perl.org> wrote:
> 
> # New Ticket Created by   
> # Please include the string:  [perl #125141]
> # in the subject line of all future correspondence about this issue. 
> # <URL: https://rt.perl.org/Ticket/Display.html?id=125141 >
> 
> 
> From http://irclog.perlgeek.de/perl6/2015-05-08#i_10570083 :
> 
> 15:46   raydiak m: say 'foobar'.IO.e
> 15:46   camelia rakudo-moar 9c543b: OUTPUT«False␤»
> 15:47   raydiak m: use lib "foobar"; use foo; say 'foobar'.IO.e
> 15:47   camelia rakudo-moar 9c543b: OUTPUT«===SORRY!===␤Could not find foo in 
> any of: file#foobar, file#/home/camelia/.perl6/​2015.04-181-g9c543b5/lib, 
> inst#/home/camelia/.perl6/2015.04-181-g9c543b5, 
> file#/home/camelia/rakudo-inst-1/share/perl6/lib, 
> file#/home/camelia/rakudo-inst-1/share/perl6/ven…»
> 15:47   raydiak m: say 'foobar'.IO.e
> 15:47   camelia rakudo-moar 9c543b: OUTPUT«True␤»
> 15:48   raydiak "use lib 'foo';" followed by "use Anything;" whether Anything 
> exists or not, causes foo to be created.

This is actually caused by CURLI, and that was done as a temporary fix to keep 
panda working.

Since CURLI is currently not being by panda to install things, pending research 
into vague failures, probably caused by unhygienic testing of modules, one can 
wonder whether the “mkdir” in CURLI is still needed at the moment.



Liz

Reply via email to