Skip Menu |

This queue is for tickets about the MozRepl-RemoteObject CPAN distribution.

Report information
The Basics
Id: 67948
Status: resolved
Priority: 0/
Queue: MozRepl-RemoteObject

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

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



Subject: port 4242: Connection refused
Show quoted text
> cat open-url.pl
#!perl -w use strict; use WWW::Mechanize::Firefox; my $mech = WWW::Mechanize::Firefox->new( activate => 1, # bring the tab to the foreground ); $mech->get('http://www.perlworkshop.de'); <>; Show quoted text
> perl open-url.pl
Failed to connect to , problem connecting to "localhost", port 4242: Connection refused at /usr/local/share/perl/5.10.1/MozRepl/Client.pm line 144
This is likely a configuration issue. You either have not installed Firefox or have not configured the Mozrepl plugin as the documentation says.