We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b79f2e commit 48a452fCopy full SHA for 48a452f
lib/ExtUtils/MM_Win32.pm
@@ -144,6 +144,8 @@ sub init_tools {
144
145
$self->{FIXIN} ||= $self->{PERL_CORE} ?
146
"\$(PERLRUN) -I$self->{PERL_SRC}\\cpan\\ExtUtils-PL2Bat\\lib $self->{PERL_SRC}\\win32\\bin\\pl2bat.pl" :
147
+ -e "$Config{installscript}\\pl2bat.bat" ?
148
+ qq{"$Config{installscript}\\pl2bat.bat"} :
149
'pl2bat.bat';
150
151
$self->SUPER::init_tools;
0 commit comments