Sat Feb 06 08:35:17 2010: Request 42986 was acted upon.
Transaction: Correspondence added by RSCHUPP
Queue: PAR
Subject: PAR-based modules use system XS modules over included modules
Broken in: 0.984
Severity: Important
Owner: Nobody
Requestors: [email protected]
Status: open
Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=42986 >
On Thu Feb 04 18:12:00 2010, TJC wrote:
> Small test case. Note that on the building system, File::Temp is at 0.22
> (current) whereas the target system, File::Temp is, erm, slightly older
> (standard debian lenny) and doesn't have the newdir method.
>
> #!/usr/bin/perl
> use strict;
> use warnings;
> use File::Temp;
> my $dir = File::Temp->newdir;
Can't reproduce this here - strace'ing the packed version of above
shows that the system File::Temp is NOT used.
Did you build PAR::Packer on the same system you're doing
the packing? Or did you build it somewhere else (or got it
from a distro)?