Subject: | Use $^X instead of "perl" |
I see that you are calling "perl" from the 30Send.t test script (and
probably from the 40Message.t too):
my $qq_send = Mail::Qmail::Queue::Send->new(QmailQueue => "perl
-Iblib/lib t/30Send.qq @{[BODY_FN]} @{[ENV_FN]}")
Using "perl" is causing problems, because there is no guarantee that the
perl version which is used for building and testing Mail-Qmail-Queue is
the same perl as in the user's $PATH. In these situations it is usually
better to use the special variable $^X instead.
Regards,
Slaven