# New Ticket Created by Mark Glines # Please include the string: [perl #53138] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=53138 >
For every .pbc file created during the normal Parrot build process, the PMC based packfile support should be able to read it into memory, and then spit an identical file back out. In addition, test every field to ensure the output was modified as expected. (Fortunately, "write" support in this context just returns the data as a string, so we shouldn't have to muck around with temp files here.) Mark