Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^2: Method dive not found on WWW::Mechanize::Firefox / MozRepl::RemoteObject

by spacebat (Beadle)
on Apr 10, 2012 at 14:34 UTC ( [id://964332]=note: print w/replies, xml ) Need Help??


in reply to Re: Method dive not found on WWW::Mechanize::Firefox / MozRepl::RemoteObject
in thread Method dive not found on WWW::Mechanize::Firefox / MozRepl::RemoteObject

Make that:

use MozRepl::RemoteObject; BEGIN { if( ! *MozRepl::RemoteObject::Methods::dive{ CODE } ) { *MozRepl::RemoteObject::Methods::dive = \&MozRepl::RemoteObjec +t::Instance::__dive; }; }; use WWW::Mechanize::Firefox;
  • Comment on Re^2: Method dive not found on WWW::Mechanize::Firefox / MozRepl::RemoteObject
  • Download Code

Replies are listed 'Best First'.
Re^3: Method dive not found on WWW::Mechanize::Firefox / MozRepl::RemoteObject
by Corion (Patriarch) on Apr 10, 2012 at 16:04 UTC

    Should be fixed now, as v0.32 of MozRepl::RemoteObject is on its way to the CPAN mirrors.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://964332]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (1)
As of 2024-04-23 16:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found