Subject: | $^X instead of "perl" in test script |
I see the line
my $lcvs_st = "perl -I$dirname/../../blib/lib $dirname/../lcvs-st";
in the test script. The usage of "perl" is problematic and it should be
replaced by $^X, so that you ensure that the same perl is used for the
test as for the build of the module.
Regards,
Slaven