# New Ticket Created by "Gerhard R." # Please include the string: [perl #117117] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=117117 >
My work on https://github.com/gerdr/m42 revealed a module compilation bug: While everything works fine without it, after compilation not all packages will be registered. A golfed version of the module structure can be found at https://github.com/gerdr/rakudobug The module load order is identical between the pm and pir versions and can be found at https://gist.github.com/gerdr/5130590 -- gerdr