# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #60304] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=60304 >
Rakudo r32280 compiles programs with undeclared variables without complaining, and then dies with a strange error message when running the programs. $ perl6 -c -e 'say $x' syntax OK $ perl6 -e 'say $x' No handler to delete. [...]