# New Ticket Created by Paul Cochrane # Please include the string: [perl #48286] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=48286 >
In compilers/imcc/cfg.c:propagate_need() there is the todo item (with some context): * emit a warning if -w * looking at some perl6 examples, where this warning * is emitted, there seems always to be a code path * where the var is not initialized, so this might * even be correct :) * * XXX subroutines */ Unfortunately, I don't know what subroutines have to do with this, however the code which follows is commented out and it reports a warning if a variable (in perl6) is uninitialised when the -w flag is used. This looks like some repair is in order.