I receive no error. I have since played with things and have come to the conclusion that something is up with Net:HTTPS.

I have attempted a rebuild and got this:

[root@mail t]# pwd /root/.cpan/build/Net-HTTP-6.03-vnUzN1/t [root@mail t]# ls apache-https.t apache.t http.t LIVE_TESTS [root@mail t]# /usr/bin/perl apache-https.t 1..8 # Running under perl version 5.008005 for linux # Current time local: Wed Jul 11 16:26:19 2012 # Current time GMT: Wed Jul 11 15:26:19 2012 # Using Test.pm version 1.25 # ---------------------------- # 200 OK # Content-Type: message/http # Date: Wed, 11 Jul 2012 15:26:20 GMT # Server: Apache/2.4.1 (Unix) OpenSSL/1.0.0g # Transfer-Encoding: chunked # # TRACE /libwww-perl HTTP/1.1 # Host: www.apache.org # User-Agent: Mozilla/5.0 # Accept-Language: no,en # Accept: */* # ok 1 ok 2 ok 3 ok 4 Status read failed: at /usr/lib/perl5/site_perl/5.8.5/Net/HTTP/Method +s.pm line 269.

I am currently messing about with the test scripts to see what's occurring

--
Steve Marvell


In reply to Re^2: Net::Google::AuthSub always fails to log in by marvell
in thread Net::Google::AuthSub always fails to log in by marvell

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.