Hello, I’m a Perl developer, and Komodo is my IDE of choice. I was wondering if, in Perl test plans, it were possible to change the command from ‘make test’ to ‘./Build test’ (as I’m a fan of Module::Build).
I suppose I could solve the problem by generating the Makefile.PL from the Build.PL, but I’d like to know the answer to this anyway.