Subject: | t\mech-dump.t portability (missing $^X) |
my $command = "$exe --forms $data";
needs to be
my $perl = $1 if $^X =~ /^(.+)$/;
my $command = "$perl -Mblib $exe --forms $data";
Also, don't know why -T is on
This queue is for tickets about the WWW-Mechanize CPAN distribution.
The Basics
People
|
Bug Information
|