On Mon Feb 25 18:56:44 2008, doughera wrote: > At the > moment, it has the same problem as the previous design -- it's failing > to honor my command line arguments.
I believe I've spotted the problem. In Parrot::Configure::Parallel::Trace::store_this_step(), the call to process_options() is throwing away the command-line options. I'll try to fix that. kid51