I use this module a lot and it always does this. If you RTFM that comes with Mail::POP3Client - that's the thing called README - you will find the following bit no more than half a dozen lines from the top:

HOW DO I INSTALL/TEST IT? To install Mail::POP3Client: % perl Makefile.PL % make % make test % make install NOTE: if you want to test against a real mailbox, set the environment variable POPTESTACCOUNT to some POP3 account in the following format: user:password:host. % export POPTESTACCOUNT=jsmith:secret:pop3.my.do.main % make test

What it does not explicity say is that if you dont set POPTESTACCOUNT it will skip tests.

Don't worry this is a vanilla Perl module. Just install it. If you can use it in a Perl script (it was installed) and if you have an RFC compliant POP server it will work just fine.

cheers

tachyon

It's called README for a reason. Why does nobody ever bother to READIT?


In reply to Re: POP3Client!! by tachyon
in thread POP3Client!! by Badai_Salji

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.