On Sat Dec 01 10:52:27 2007, [EMAIL PROTECTED] wrote: O. > > We'll probably have to perform a similar replacement in the remaining > tests, > at least to make cross-compilation test correctly.
Yes. For the purpose of this test, I assumed that the original authors and maintainers of the configuration step classes were correct in using the Perl 5 %Config, $^O, etc. as places to look up values for assignment to slots in the Parrot::Configure object. So what I've done so far is to simply replace a direct lookup with an indirect one. That assumption will probably not hold once we get to cross-compilation, but at least now the assumption is explicit.