Re: Migrating mail suite from perl 5.8 32 bit to 5.12 64 bit
[email protected] (Michiel Beijen) Tue, 27 Mar 2012 09:39:28 +0200
| Newsgroups | perl.pep |
|---|---|
| Message-ID | <CABD0r12r9e7MRZT91jwNMf67Gczpn9pruDv5r+Dt3mAJVj57iQ@mail.gmail.com> |
Hi Suresh, On Mon, Mar 26, 2012 at 22:26, Suresh Govindachar <[email protected]> wrote: > Another missing module was Casey West's Net/POP3/SSL.pm -- I > ended up copying the version on my 32 bit Windows XP machine to > "<perl64>/site/lib/Net/POP3/SSL.pm". > > The next hurdle was the error message: > > Not a GLOB reference at C:/opt/perl64/site/l虹b/Net/POP3/SSL.pm line 16. Casey's Net::POP3::SSL module is not on CPAN and this might be for a reason. In the OTRS project we use Net::POP3::SSLWrapper which works for us; it is a simple pure-perl module that wraps around Net::POP3. You should be able to use it as a drop-in replacement. Please try and let us know: ref: https://metacpan.org/module/Net::POP3::SSLWrapper -- Mike