Skip Menu |

This queue is for tickets about the Mail-Qmail-Queue CPAN distribution.

Report information
The Basics
Id: 40165
Status: new
Priority: 0/
Queue: Mail-Qmail-Queue

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

Bug Information
Severity: (no value)
Broken in: 0.02
Fixed in: (no value)



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