Skip Menu |

This queue is for tickets about the DBIx-PasswordIniFile CPAN distribution.

Report information
The Basics
Id: 65321
Status: new
Priority: 0/
Queue: DBIx-PasswordIniFile

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 2.00
Fixed in: (no value)



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,