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


in compilers/tge/TGE.pir, we have

.sub '__onload' :load
     # use other modules
     load_bytecode 'compilers/tge/TGE/Rule.pir'
     load_bytecode 'compilers/tge/TGE/Instance.pir'
     load_bytecode "compilers/tge/TGE/Parser.pir"


Those 3 files should be compiled to .pbc's at build time, and this  
code should be changed to load the pbc instead of the pir.

Reply via email to