Searched refs:script_ext (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A DMM_NW5.t190 my $script_ext = '';
204 "${script_name}$script_ext", "perl_script ($script_ext)" );
208 $script_ext = '.pl';
210 "${script_name}$script_ext", "perl_script ($script_ext)" );
213 unless rename "${script_name}$script_ext", "${script_name}.bat";
214 $script_ext = '.bat';
216 "${script_name}$script_ext", "perl_script ($script_ext)" );
[all...]
H A DMM_Win32.t197 my $script_ext = '';
211 "${script_name}$script_ext", "perl_script ($script_ext)" );
215 $script_ext = '.pl';
217 "${script_name}$script_ext", "perl_script ($script_ext)" );
220 unless rename "${script_name}$script_ext", "${script_name}.bat";
221 $script_ext = '.bat';
223 "${script_name}$script_ext", "perl_script ($script_ext)" );
[all...]
/openbsd-current/gnu/usr.bin/perl/
H A Dmake_ext.pl432 my $script_ext = $^O eq 'VMS' ? '.com' : '';
436 s/.PL$/$script_ext/i;
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dtest-dist-modules.pl176 my $script_ext = $^O eq 'VMS' ? '.com' : '';
180 s/.PL$/$script_ext/i;

Completed in 127 milliseconds