# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #59986] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=59986 >
In Rakudo r32009, $ ./perl6 -e '"somefile" ~~ :e' works, whereas $ ./perl6 -e '"somefile".:e' Multiple Dispatch: No suitable candidate found for 'concatenate_str', with signature 'PSP->P' [...] doesn't. There are plenty of indications in the synopses that the latter should work. <http://perlcabal.org/syn/S12.html#line_739> <http://perlcabal.org/syn/S16.html#Filehandles%2C_files%2C_and_directories>