# New Ticket Created by Will Coleda # Please include the string: [perl #115626] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=115626 >
$ cat hello.p6
sub hello { }
$ cat main.p6
require hello <hello>;
hello;
$ ./perl6 main.p6
Segmentation fault
--
Will "Coke" Coleda
