| June 27, 2007 | Component-Focused Testing | Back Next | 
ops2pm.pl reduced to a clean series of method calls
    my $self = Parrot::Ops2pm::Utils->new( {
        argv    => [ @ARGV ],           nolines => $flagref->{nolines},
        renum   => $flagref->{renum},   moddir  => "lib/Parrot/OpLib",
        module  => "core.pm",           inc_dir => "include/parrot/oplib",
        inc_f   => "ops.h",             script  => "tools/build/ops2pm.pl",
    } );
    
    $self->prepare_ops();
    $self->sort_ops();
    $self->prepare_real_ops();
    $self->print_module();
    $self->print_h();
| Home Last TOC | Copyright © 2007 James E Keenan | Back Next |