Lines Matching refs:RESULT
538 push @{$self->{RESULT}}, <<END;
558 push @{$self->{RESULT}}, "# $key => $v";
563 push @{$self->{RESULT}}, <<END;
573 push @{$self->{RESULT}}, "# $key => $v";
578 push @{$self->{RESULT}}, "# no values returned";
610 push @{$self->{RESULT}}, "\n# --- MakeMaker $section section $skipit.";
613 push @{$self->{RESULT}}, "\n# --- MakeMaker $section section:";
614 push @{$self->{RESULT}}, "# " . join ", ", %a if $Verbose && %a;
615 push @{$self->{RESULT}}, $self->nicetext($self->$method( %a ));
619 push @{$self->{RESULT}}, "\n# End.";
880 for $chunk (@{$self->{RESULT}}) {