# New Ticket Created by Patrick R. Michaud # Please include the string: [perl #45995] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=45995 >
There's a draft version of codestring.pmc in compilers/pge/PGE/pmc -- this should probably removed from the repo, as we now have it implemented in src/pmc/codestring.pmc . This task is slightly more involved than simple 'svn rm', as it's also listed in PGE's Makefile and should be removed from there as well. Removing this file means that we essentially have an empty pmc/ subdirectory in compilers/pge/PGE; it's okay to remove that directory as well. Pm