# New Ticket Created by  Will Coleda 
# Please include the string:  [perl #41707]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41707 >


(all paths relative to languages/tcl) 

First, do a make test in tcl to get a baseline as some tests are failing. 

The stub files in src/builtin/*.pir need to be relocated to 
runtime/builtin/*.pir; The stubs are: 

auto_execok,auto_load,exec,fconfigure,glob,interp,trace,update 

When moving, ok to do an svn del/add; be sure to update the MANIFEST. 

Update config/makefiles/root.in to remove reference to the old name. New 
file will be matched with a wilcard. 

Format of subs changes in runtime. Look at "runtime/builtin/trace.pir" for 
an example. 

If there's already a file of the same name in runtime, just delete the old 
one. 

Then reconfigure parrot, rebuild tcl, re make test, make sure nothing new is 
failing.

Reply via email to