Oh, and here's the same from the new ActiveState install

perl -MLWP::UserAgent -e' END { for (keys(%INC)) { s{\.pm\z}{}; s{/}{::}g; printf("%s %s\n", $_, $_->VERSION); } } LWP::UserAgent->new->get("http://www.perlmeme.org") ' | sort bytes 1.04 Carp 1.32 Compress::Raw::Zlib 2.063 Config constant 1.27 Errno 1.15 Exporter 5.68 Exporter::Heavy 5.68 Fcntl 1.11 feature 1.27 File::Glob 1.17 File::GlobMapper 1.000 HTML::Entities 3.69 HTML::HeadParser 3.71 HTML::Parser 3.71 HTTP::Config 6.00 HTTP::Date 6.02 HTTP::Headers 6.05 HTTP::Message 6.06 HTTP::Request 6.00 HTTP::Request::Common 6.04 HTTP::Response 6.04 HTTP::Status 6.03 integer 1.00 IO 1.25_06 IO::Compress::Base::Common 2.063 IO::Compress::Gzip::Constants 2.063 IO::Compress::Zlib::Extra 2.063 IO::File 1.16 IO::Handle 1.33 IO::Seekable 1.1 IO::Select 1.21 IO::Socket 1.34 IO::Socket::INET 1.33 IO::Socket::UNIX 1.24 IO::Uncompress::Adapter::Inflate 2.063 IO::Uncompress::Base 2.063 IO::Uncompress::Gunzip 2.063 IO::Uncompress::RawInflate 2.063 List::Util 1.35 LWP 6.05 LWP::MemberMixin LWP::Protocol 6.00 LWP::Protocol::http LWP::UserAgent 6.05 Net::HTTP 6.06 Net::HTTP::Methods 6.06 overload 1.18 overloading 0.02 Scalar::Util 1.35 SelectSaver 1.02 Socket 2.013 Storable 2.45 strict 1.07 Symbol 1.07 Time::Local 1.2300 URI 1.60 URI::Escape 3.31 URI::_generic URI::http URI::_idna URI::_punycode 0.04 URI::_query URI::_server utf8 1.09 vars 1.02 warnings 1.13 warnings::register 1.02 XSLoader 0.16

In reply to Re^3: LWP::UserAgent error Unexpected keys - LocalHost by trendle
in thread LWP::UserAgent error Unexpected keys - LocalHost by Anonymous Monk

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.