# 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.