Home | History | Annotate | Download | only in src

Lines Matching full:perl

61 #	perl-setup		m	Value is a perl script which is executed
64 # perl-cleanup m Value is a perl script which is executed
120 # expected-stdout-pattern m A perl pattern which matches the
124 # expected-stderr-pattern m A perl pattern which matches the
186 'perl-setup', 'm',
187 'perl-cleanup', 'm',
476 if (defined $test{'perl-setup'}) {
477 eval $test{'perl-setup'};
479 print STDERR "$prog:$test{':long-name'}: error running perl-setup - $@\n";
615 if (defined $test{'perl-cleanup'}) {
616 eval $test{'perl-cleanup'};
618 print STDERR "$prog:$test{':long-name'}: error running perl-cleanup - $@\n";