Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^3: Ubuntu 14.04.1 & Net::SSLGlue::POP3

by noxxi (Pilgrim)
on Apr 28, 2015 at 06:01 UTC ( [id://1124961]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Ubuntu 14.04.1 & Net::SSLGlue::POP3
in thread Ubuntu 14.04.1 & Net::SSLGlue::POP3

It's not a good idea to have a test setup which does not reflect the production setup, because then the results of your tests are not really trustworthy. Apart from the you might try a conditional load, i.e. something like this
use Net::POP3; BEGIN { require Net::SSLGlue::POP3 if !defined &Net::POP3::starttls; }

Replies are listed 'Best First'.
Re^4: Ubuntu 14.04.1 & Net::SSLGlue::POP3
by JimSi (Novice) on Apr 29, 2015 at 01:51 UTC
    Thanks, works.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1124961]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (5)
As of 2024-03-29 12:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found