Thank you. Using WWW::Mechanize::Firefox is indeed my goal. After forcing installation of MozRepl, I was able to install MozRepl::RemoteObject, but WWW::Mechanize::Firefox fails some tests:
t/51-click_button.t ............... Got status code 500 at t/51-click_ +button.t line 32 # Looks like your test exited with 255 before it could output anything +. t/51-click_button.t ............... Dubious, test returned 255 (wstat +65280, 0xff00) Failed 13/13 subtests (...) t/70-real-status.t ................ 9/11 # Failed test 'We got the correct error number (404)' # at t/70-real-status.t line 61. # got: '500' # expected: '404' # Looks like you failed 1 test of 11. t/70-real-status.t ................ Dubious, test returned 1 (wstat 25 +6, 0x100) Failed 1/11 subtests (...) t/75-save_url-cookies.t ........... 4/8 # Failed test 'We sent the magic cookie' # at t/75-save_url-cookies.t line 58. # 'Request: # GET / HTTP/1.1 # Connection: keep-alive # Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q= +0.8 # Accept-Encoding: gzip, deflate # Accept-Language: en-us,en;q=0.5 # Host: localhost:56864 # User-Agent: Mozilla/5.0 (X11; Linux i686; rv:10.0) Gecko/20100101 Fi +refox/10.0 # Cookie: log-server-httponly=supersecret; log-server=shazam2 # # # ' # doesn't match '(?^m:^Cookie:.*? www_mechanize_firefox_test\=t\/7 +5\-save_url\-cookies\.t\-shazam)' t/75-save_url-cookies.t ........... 6/8 # Failed test 'We sent the magic cookie' # at t/75-save_url-cookies.t line 67. # 'Request: # GET /save_url_test HTTP/1.1 # Connection: keep-alive # Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q= +0.8 # Accept-Encoding: gzip, deflate # Accept-Language: en-us,en;q=0.5 # Host: localhost:56864 # User-Agent: Mozilla/5.0 (X11; Linux i686; rv:10.0) Gecko/20100101 Fi +refox/10.0 # Cookie: log-server-httponly=supersecret; log-server=shazam2 # # # ' # doesn't match '(?^m:^Cookie:.*? www_mechanize_firefox_test\=t\/7 +5\-save_url\-cookies\.t\-shazam)' # Looks like you failed 2 tests of 8. t/75-save_url-cookies.t ........... Dubious, test returned 2 (wstat 51 +2, 0x200) Failed 2/8 subtests

In reply to Re^4: Failing Tests in MozRepl by choroba
in thread Failing Tests in MozRepl by choroba

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.