# New Ticket Created by Moritz Lenz # Please include the string: [perl #126100] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=126100 >
S11 says: > Additionally, the |require| expression evaluates to the value which is installed as the alias, so that |(require Foo::Bar).new| and similar expressions do the most useful thing. but that doesn't seem to work in rakudo 2015.09: moritz@hack:~/p6/DBIish$ perl6-m -Ilib -e ' say (require ::("DBDish::mysql"))' True