June 27, 2007 Component-Focused Testing Back

Configure.pl: A "Temporary" Hack

    my $conf = Parrot::Configure->new; {
        # RT 41201 
        # $Parrot::Configure::Step::conf 
        # is a temporary hack
        no warnings qw(once);
        $Parrot::Configure::Step::conf = $conf;
    }
    # XXX $conf is a temporary hack
    our $conf;


Home Last TOC Copyright © 2007 James E Keenan Back Next