Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the WWW-Mechanize CPAN distribution.

Report information
The Basics
Id: 7690
Status: resolved
Priority: 0/
Queue: WWW-Mechanize

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

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



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
From: mark [...] summersault.com
[guest - Sat Sep 18 03:41:20 2004]: Show quoted text
> 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
fixed in CVS (although I don't have authority to close this ticket. )
Fixed. -T is on because it can be.