make.bat
should detect when Perl is not installed
#39
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
windows-only
Issues that are applicable when running baronial on Windows
System Information
What did you do?
Clone this repository onto a Windows machine that does not have a perl install, and execute
.\make.bat install
What did you expect to happen?
make.bat
should fail and report that perl must be installed to continue.What actually happened?
perl is invoked, but the installation continues anyway. This can lead to system information being reported that doesn't capture version/revision information, or even worse garbage being used for those values.
Stack Trace
The text was updated successfully, but these errors were encountered: