# New Ticket Created by Will Coleda # Please include the string: [perl #38084] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=38084 >
proc already does compile, but immediately executes the sub. should instead pass along the generated code for deferred compilation. NB: all compilation in tcl currently assumes that the end result will wrap the generated code into a single sub: we must extend the compilation process to allow for the specification of deferred code. (This should get its own ticket.)