http://www.perlmonks.org?node_id=964332


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.