# New Ticket Created by Bernhard Schmalhofer # Please include the string: [perl #41666] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41666 >
In ticket #41604 particle mentioned: testing functions which accept pir as input, compile to pbc, and run the pbc, do not exist. *however* the flags to parrot do exist (--output-pbc in combination with --run-pbc should do it.) therefore, the possibility exists to create these testing functions. it can probably be bolted on fairly quickly, but Parrot::Test is such a mess, it may be better to de a little refactoring first to make this easier. i don't know which i'll get to first.