Subject: | Test calling "perl", thus potentially testing with wrong perl |
In t/6-encpassw_pl.t I found
$resp = qx/perl -Mblib $encpassw_pl --inifile $password_ini --section
$section/;
This tests with the first perl in the PATH which isn't necessarily the
one the test is testing. Maybe better use $^X or Probe::Perl.
Regards,