Skip Menu |

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

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

People
Owner: corion [...] cpan.org
Requestors: slaven [...] rezic.de
Cc:
AdminCc:

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



Subject: HTML::Display::Opera
I suggest to remove the "-newwindow" parameter from HTML::Display::Opera (see attached patch). It's very annoying in autosync mode to get a new browser window for each new html page. Regards, Slaven
--- /usr/local/dist/cpan/build/WWW-Mechanize-Shell-0.28/lib/HTML/Display/Opera.pm 2003-06-07 11:40:16.000000000 +0200 +++ lib/HTML/Display/Opera.pm 2003-07-29 10:43:17.000000000 +0200 @@ -22,6 +22,6 @@ =cut -sub browsercmd { "opera -newwindow %s" }; +sub browsercmd { "opera %s" }; 1;