Subject: | pl2bat scripts installed in site/ don't work |
When installing modules like App::ack or App::cpanminus that include
scripts, the scripts are installed in [strawberry]\perl\site\bin\ and
converted to batch files with pl2bat. The batch files then look for
perl.exe in %~dp0 (the directory of the batch file), which doesn't work.
It seems like the pl2bat code only expects to deal with scripts
installed in the core bin dir, not the site one.