Subject: | Improve Build message |
when run `perl Build.PL`
...
Run 'Build installdeps' to install missing prerequisites.
...
But running that I got the error:
$ Build installdeps
No command 'Build' found, did you mean:
Command 'guild' from package 'guile-2.0-dev' (main)
Build: command not found
Probably it should be fixed:
Run './Build installdeps' to ...
-----^^