| June 27, 2007 | Component-Focused Testing | Back Next | 
Things got hairy:
    my $conf = Parrot::Configure->new; {
        # RT 41201 
        # $Parrot::Configure::Step::conf 
        # is a temporary hack
        no warnings qw(once);
        $Parrot::Configure::Step::conf = $conf;
    }
... while inside Parrot::Configure you would see:
    # XXX $conf is a temporary hack
    our $conf;
| Home Last TOC | Copyright © 2007 James E Keenan | Back Next |